ember-cli build 中に Rebuild で "Environment: development" が表示される

BTW honest question - what is the idea behind not running ember in production mode with -prod ?

「いいね!」 3

We use the EMBER_ENV environment variable instead of the -prod flag. The result should be the same. I certainly see a production build running here on Meta and other sites.

I’m not sure what’s printing Environment: development to the build log… we should investigate :eyes:

Moved this to its own topic to track

「いいね!」 5

I’m also showing environment development when upgrading discourse.

「いいね!」 1

It shouldn’t make any functional difference… but here’s a PR to use -prod and therefore fix up the logging:

「いいね!」 2

This topic was automatically closed after 15 hours. New replies are no longer allowed.