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
|
.PHONY: ember
|
||||||
ember:
|
ember:
|
||||||
npm install -g bower
|
cd gui && make setup
|
||||||
npm install -g ember-cli
|
cd gui && make install
|
||||||
cd gui && rm -rf dist tmp
|
cd gui && make tests
|
||||||
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 && ember build -prod -o ../app/
|
cd gui && ember build -prod -o ../app/
|
||||||
|
|
Loading…
Reference in a new issue