You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 24, 2019. It is now read-only.
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.