rondale-sc / ember-cli-rails-addon

27 stars 37 forks source link

Disable EmberCLI JS minification #16

Closed seanpdoyle closed 8 years ago

seanpdoyle commented 8 years ago

When precompiling assets in production, we ensure that we are not minifying the JavaScript assets twice.

Duplicating minification can slow down assets precompilation considerably.

Closes thoughtbot/ember-cli-rails#124 and thoughtbot/ember-cli-rails#123.

seanpdoyle commented 8 years ago

@rondale-sc I'll rebase away the first commit once #15 is merged.

seanpdoyle commented 8 years ago

This is a duplicate of https://github.com/rondale-sc/ember-cli-rails-addon/pull/12 but includes changes to CHANGELOG.md and a more thorough commit message.

seanpdoyle commented 8 years ago

Closing, since we now defer wholly to EmberCLI build pipeline