ga-wdi-boston/browser-template-ARCHIVED

Ensure loading of minimal js, etc.

Opened this issue · 2 comments

gaand commented

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.

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

gaand commented

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.