ember: Add `ember build -prod` command (#1773)

coverage
Tobias Bieniek 2017-12-09 18:07:00 +01:00 committed by Starbeamrainbowlabs
parent 7d7cbb6ceb
commit b89cd0bab3
1 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,10 @@
`ember build`
- Build the project in production mode:
`ember build -prod`
- Run the development server:
`ember serve`