Closed kohenkatz closed 8 years ago
Here are some examples of popular bower components that are found using sassLibFoldersGlobStr but not using sassFoldersGlobStr:
sassLibFoldersGlobStr
sassFoldersGlobStr
bower_components/bootstrap-sass/assets/stylesheets
bower_components/font-awesome/scss
In truth, it would be nicest if there was some way that we could easily override the glob string in the opts argument.
opts
This has been fixed now with release v4.4.0.
I will add options to the module so the globs can be overriden.
:+1:
https://github.com/strarsis/sass-include-paths/issues/4
Here are some examples of popular bower components that are found using
sassLibFoldersGlobStr
but not usingsassFoldersGlobStr
:bower_components/bootstrap-sass/assets/stylesheets
bower_components/font-awesome/scss
In truth, it would be nicest if there was some way that we could easily override the glob string in the
opts
argument.