Simplify makefile ember command

This commit is contained in:
Tobie Morgan Hitchcock 2017-01-13 19:11:17 +00:00
parent cbb1d9c5f6
commit 27767ba2e1

View file

@ -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/