MCPcopy
hub / github.com/ember-cli/ember-cli / env

Method env

lib/broccoli/ember-app.js:368–370  ·  view source on GitHub ↗

Returns the environment name @public @static @method env @return {String} Environment name

()

Source from the content-addressed store, hash-verified

366 @return {String} Environment name
367 */
368 static env() {
369 return process.env.EMBER_ENV || 'development';
370 }
371
372 /**
373 Delegates to `broccoli-concat` with the `sourceMapConfig` option set to `options.sourcemaps`.

Callers 2

constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected