yankeeinlondon / brunch-with-ember-sideloaded

A Brunch skeleton for developing Ember applications in JavaScript
Other
7 stars 5 forks source link

Minified Ember for Production #2

Open Volt opened 10 years ago

Volt commented 10 years ago

Is it possible to use the minified Ember build when building for production with brunch build --production? It would leave out the debugging messages in the console, for instance.

yankeeinlondon commented 9 years ago

That's a good idea @Volt , sorry I didn't see this until now. I've largely switched to Ember CLI and Broccoli so not spending a lot of time with Brunch but if you wanted to add a PR I'd be happy to accept that.