From 242b872207f39f84f1de0eb9f1ae18f9c3f69482 Mon Sep 17 00:00:00 2001 From: Stefan Lau Date: Sun, 9 Mar 2014 16:02:51 +0100 Subject: [PATCH] compile before running and testing app --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0187203..f6c5718 100644 --- a/package.json +++ b/package.json @@ -17,8 +17,8 @@ "url": "git://github.com/selaux/miner-dashboard.git" }, "scripts": { - "start": "npm install --production && node app", - "test": "node_modules/.bin/grunt test" + "start": "npm install --production && grunt compile && node app", + "test": "node_modules/.bin/grunt compile test" }, "bin": { "miner-dashboard": "app.js"