-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automatic import of node_modules #13
Comments
+1 I had to install bower just to use node-sass-import-once's auto-import feature. |
node_modules
node_modules
I've briefly looked at how to implement this and realize we may be screwed. The new flat directory structure of the new Node.js node_modules folder means that I have a ridiculous amount of folders to search through. For example, if the only 3 things in my package.json dependencies is: gulp, gulp-sass, node-sass-import-once, I get 228 folders in node_modules. Ooof. |
Yah, I'm going to leave node module imports to Eyeglass
|
Well, one valid use case for this, even when eyeglass is used, are npm packages for sass styles With best regards |
Agreed. Will get rolling on this |
It would be nice to support
node_modules
import the waybower
is supported as lot of libraries can now be downloaded withnpm
therefore reducing complexity and eliminatingbower
if possible.Like:
The text was updated successfully, but these errors were encountered: