Skip to content

Commit

Permalink
add build info to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTatiyants committed Apr 16, 2016
1 parent eae3aee commit d7bac26
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 @@ -20,3 +20,10 @@ You may also need to install tsd and compass:
npm install tsd -g
gem install compass
```

## Build
To build, run the build command for a specific environment. For example, the following will create a production distribution:

```
npm start build.prod
```

0 comments on commit d7bac26

Please sign in to comment.