jquery-archive / css-chassis

An attempt at creating an open standard for both CSS and JavaScript UI libraries.
https://css-chassis.com
Other
351 stars 67 forks source link

Distribute via npm? #121

Open jzaefferer opened 9 years ago

jzaefferer commented 9 years ago

There are various tools and a convention or two for distributing CSS modules via npm. These slides seem to provide a good overview: http://sethvincent.com/css-via-npm/

I have little more to contribute here, but would like to see it happening, since most JS distribution is now convering on npm.

Somewhat related to #17

arschmitz commented 9 years ago

@jzaefferer this is already something we are planning on but we are actually also planning to go a step further and provide a chassis module which can be integrated into your own node or grunt based build process to do custom builds of chassis as part of your normal build process with options to include your own variable files, additional scss, css etc.

Our switch to using jsass-vars for our variables was the first step in this. If you have any feed back or thoughts on this i think this issue would be a great place to track this work since we don't currently have an issue for it.

jzaefferer commented 9 years ago

That sounds good to me. There's not enough context here to provide further feedback. Dunno if you want to keep this ticket open or not.