This repository was archived by the owner on Jan 24, 2019. It is now read-only.

Description
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.