diff options
author | Alex Tatiyants <atatiyan@gmail.com> | 2016-04-16 12:58:31 -0700 |
---|---|---|
committer | Alex Tatiyants <atatiyan@gmail.com> | 2016-04-16 12:58:31 -0700 |
commit | d7bac26ce4a8618c4e0bba5335880c92d09acc32 (patch) | |
tree | 46c730de444c03ef116c9f319bc921f71de3b973 | |
parent | eae3aee1bbfb29dd31e92853664a373e3d60d6b6 (diff) |
add build info to readme
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 +``` |