mozilla / makerstrap

A bootstrap extension for Webmaker
http://mozilla.github.io/makerstrap/demo
21 stars 22 forks source link

Make an unminified CSS file available for download #66

Open toolness opened 10 years ago

toolness commented 10 years ago

I feel like this is particularly important for Webmaker... we want to make it as easy as possible for webmakers to understand how a page works, and minifying code works against that.

But even aside from that, when I make my own projects, I always put un-minified versions in my repository for help debugging, and (if needed) use a separate build step that minifies all the code for production deployment.

k88hudson commented 10 years ago

This is definitely a good idea!

We should add makerstrap.css and makerstrap.complete.css (unminified) to dist/

k88hudson commented 10 years ago

This would require updates to Gruntfile.js

pippinlee commented 10 years ago

Sorry, ignore commit dd2d97d. Will fix this with next commit.