Returns the environment name @public @static @method env @return {String} Environment name
()
| 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`. |
no outgoing calls
no test coverage detected