Simplify makefile ember command
This commit is contained in:
parent
cbb1d9c5f6
commit
27767ba2e1
1 changed files with 3 additions and 8 deletions
11
Makefile
11
Makefile
|
@ -128,12 +128,7 @@ install:
|
|||
|
||||
.PHONY: ember
|
||||
ember:
|
||||
npm install -g bower
|
||||
npm install -g ember-cli
|
||||
cd gui && rm -rf dist tmp
|
||||
cd gui && npm cache clean
|
||||
cd gui && bower cache clean
|
||||
cd gui && rm -rf node_modules
|
||||
cd gui && rm -rf bower_components
|
||||
cd gui && npm install && bower install
|
||||
cd gui && make setup
|
||||
cd gui && make install
|
||||
cd gui && make tests
|
||||
cd gui && ember build -prod -o ../app/
|
||||
|
|
Loading…
Reference in a new issue