akanix42 / meteor-css-modules

MIT License
92 stars 20 forks source link

Remove dependencies of unused npm modules #39

Closed comerc closed 8 years ago

comerc commented 8 years ago

such as: sass, stylus, sugarss

akanix42 commented 8 years ago

I'm thinking of switching them to user-installed dependencies so they don't bloat the package (also helps me with package builds).

comerc commented 8 years ago

Yes! :) assembling a local copy of the packet is performed for a long time.

akanix42 commented 8 years ago

As of 2.0.0, the npm packages for sass, stylus, and sugarss are no longer bundled with the package and must be meteor npm installed by the user as needed. The wiki contains instructions on setting each up.