ga-wdi-boston / browser-template-ARCHIVED

CLICK HERE BEFORE YOU USE THIS TEMPLATE: http://i.imgur.com/UmjLrOc.gif
Other
19 stars 132 forks source link

Ensure loading of minimal js, etc. #68

Open gaand opened 7 years ago

gaand commented 7 years ago

So, <library>.min.js or <library>.min.css or in the case of handlebars, handlebars.runtime.min.js (I think).

Others?

Test this to make sure it works before committing.

jrhorn424 commented 7 years ago

I don't understand the desire here. I thought Webpack was minifying our JS and CSS for us, and using the un-minified versions would be good for developers. I'm not sure I care enough to object. :smile:

gaand commented 7 years ago

Looking in the JavaScript files produced by webpack, then do not appear to be minimized. Perhpas there's an option or plugin or something we're missing.