strarsis / sass-include-paths

Generates include paths for node-sass for packages from popular package managers like npm, bower, ruby gem, ruby bundler.
MIT License
12 stars 3 forks source link

Bower Components also needs to search in sassLibFoldersGlobStr #3

Closed kohenkatz closed 8 years ago

kohenkatz commented 8 years ago

Here are some examples of popular bower components that are found using sassLibFoldersGlobStr but not using sassFoldersGlobStr:

In truth, it would be nicest if there was some way that we could easily override the glob string in the opts argument.

strarsis commented 8 years ago

This has been fixed now with release v4.4.0.

I will add options to the module so the globs can be overriden.

kohenkatz commented 8 years ago

:+1:

strarsis commented 8 years ago

https://github.com/strarsis/sass-include-paths/issues/4