You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No longer invoke `EmberCli::App#compile` from within
`EmberCli::App#build` unless in the `test` environment.
When deploying to `production`-like environments,
`rake assets:precompile` will invoke `EmberCli::App#compile`.
When serving locally in `development`, compilation isn't necessary,
as we'll spawn an `ember build` into a separate process.
When testing, the first request to an Ember app will trigger a compile.
0 commit comments