Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.

Commit

Permalink
add example of ASSETS_DEBUG env var to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Karman committed Sep 22, 2015
1 parent 4facebd commit d467010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Per [the Twelve-Factor guidelines](http://12factor.net/config), all necessary co
## Starting the application

```bash
PORT=3000 ./script/start
PORT=3000 ASSETS_DEBUG=true ./script/start
open http://localhost:3000
```

Expand Down

0 comments on commit d467010

Please sign in to comment.