Skip to content

Commit

Permalink
Added setup instructions for compiling initial static assets
Browse files Browse the repository at this point in the history
  • Loading branch information
imkevinxu committed Jun 17, 2015
1 parent d0d1364 commit 2ee9b10
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,13 @@ Recommended to use foreman to use development environment variables and processe
echo "env: .env.dev" > .foreman
echo "procfile: Procfile.dev" >> .foreman

Compile initial static assets
-----------------------------

This will compile all the files in `/{{ project_name }}/static` for the first run.

grunt build

Create local postgres database for dev
--------------------------------------

Expand Down

0 comments on commit 2ee9b10

Please sign in to comment.