Skip to content

Commit

Permalink
Merge pull request #139 from rwjblue/update-readme
Browse files Browse the repository at this point in the history
Specifically call out the `@glimmer/env` import path.
  • Loading branch information
rwjblue committed Apr 30, 2017
2 parents 7567ada + 718e419 commit aca5787
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -153,6 +153,9 @@ if (DEBUG) {
In testing and development environments `DEBUG` will be replaced by the boolean literal `true`, and in production builds it will be
replaced by `false`. When ran through a minifier (with dead code elimination) the entire section will be stripped.

Please note, that these general purpose environment related flags (e.g. `DEBUG` as a boolean flag) are imported from `@glimmer/env`
not from an `@ember` namespace.

#### Disabling Debug Tooling Support

If for some reason you need to disable this debug tooling, you can opt-out via configuration.
Expand Down

0 comments on commit aca5787

Please sign in to comment.