From 63d8a71f9509764560fc3a0ee870252d4338da43 Mon Sep 17 00:00:00 2001 From: Tobie Morgan Hitchcock Date: Thu, 25 Aug 2016 10:50:33 +0100 Subject: [PATCH] Ensure that build artefacts are cleaned before building --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 4e5a9daf..beb4e973 100644 --- a/Makefile +++ b/Makefile @@ -108,7 +108,10 @@ install: 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 && ember build -prod -o ../app/