You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently working on a site that uses npm as the task runner, and I'm attempting to use wiredep-cli to inject our main app.css with bower dependencies.
We are using postcss so our files are simply .css but it seems wiredep only recognises sass, scss, less and styl filetypes. I've seen that I can configure this, but there doesn't seem to be an option to do so from the command line.
Is this a possibility? Basically I'd like to configure the filetypes option with:
I'm currently working on a site that uses npm as the task runner, and I'm attempting to use wiredep-cli to inject our main app.css with bower dependencies.
We are using postcss so our files are simply .css but it seems wiredep only recognises sass, scss, less and styl filetypes. I've seen that I can configure this, but there doesn't seem to be an option to do so from the command line.
Is this a possibility? Basically I'd like to configure the filetypes option with:
Any help appreciated!
The text was updated successfully, but these errors were encountered: