Skip to content

Commit

Permalink
Adding explanation for environments to README
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemonkey committed Aug 7, 2013
1 parent 9d8cdf0 commit 75c720a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ There are three environments provided by default, __development__, __test__, and

To run with a different environment, just specify NODE_ENV as you call grunt:

$ NODE_ENV=test grunt
$ NODE_ENV=test grunt

If you are using node instead of grunt, it is very similar:

$ NODE_ENV=test node server
$ NODE_ENV=test node server

NOTE: Running Node.js applications in the __production__ environment enables caching, which is disabled by default in all other environments.

Expand Down

0 comments on commit 75c720a

Please sign in to comment.