Skip to content
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

Could this be added to NPM #12

Closed
jonathan-fielding opened this issue May 23, 2016 · 8 comments
Closed

Could this be added to NPM #12

jonathan-fielding opened this issue May 23, 2016 · 8 comments

Comments

@jonathan-fielding
Copy link

jonathan-fielding commented May 23, 2016

Hello,

May I ask this is added to NPM please, this would allow those of us who use it for all package management to use it easily

Thanks

Jonathan

@benjamincharity
Copy link

I would second this. Also adding Bower since many client side projects haven't made the switch to NPM over Bower.

@LukyVj
Copy link
Owner

LukyVj commented May 23, 2016

Hey guys, I'll take care of this on the following days.
Thanks for your support!

@Haroenv
Copy link
Contributor

Haroenv commented May 23, 2016

I'm wondering how you'd use scss from npm. Would that be installing it and getting the file out of node_modules or do you use some tool?

@benjamincharity
Copy link

@Haroenv I haven't yet made the switch, but from what I've read it would require something like webpack/gulp/grunt to wire up resources from the node_modules folder. (I've seen many tutorials on how to do so when dealing with Bootstrap files)

@michaelworm
Copy link

@Haroenv for Compass just use add_import_path in your config.rb to point to the package or via Grunt for example with grunt-sass package you can add the option includePaths which also points to the package located under node_modules. Then you just @import the family.scss.
This also works for bower obviously.

@jonathan-fielding
Copy link
Author

node-sass and has include paths which allows you to include npm modules very easily, as gulp-sass wraps this it also supports it

@LukyVj LukyVj mentioned this issue May 24, 2016
@LukyVj
Copy link
Owner

LukyVj commented May 24, 2016

Hey guys,

Here you go! https://www.npmjs.com/package/family.scss

@LukyVj LukyVj closed this as completed May 24, 2016
@LukyVj
Copy link
Owner

LukyVj commented May 24, 2016

Also you should now be able to bower install family.scss :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants