From 27767ba2e1fb9d9c596d906f903ccf84f0c0ab5f Mon Sep 17 00:00:00 2001 From: Tobie Morgan Hitchcock Date: Fri, 13 Jan 2017 19:11:17 +0000 Subject: [PATCH] Simplify makefile ember command --- Makefile | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/Makefile b/Makefile index c1105995..a9f7cdb7 100644 --- a/Makefile +++ b/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/