I’m experiencing timeouts when deploying a Rails/Ember app to Heroku. Using the ember-rails gem, ember source is included as part of the asset precompile and takes a several minutes to be minified (even if ember source is already compressed).
This must be a common issue, what is the best way to speed up deployment times?