From bd692ffbc8327c2ae6bec1376554ae569eb44e88 Mon Sep 17 00:00:00 2001 From: kdam0 Date: Fri, 14 Apr 2017 21:16:07 -0400 Subject: now using minified css on production. --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 9169729..3dadb8d 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,8 @@ }, "main": "app.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", - "start": "node ./app.js" + "build-css": "./bin/build-css", + "postinstall": "./bin/build-css" }, "repository": { "type": "git", @@ -51,6 +51,7 @@ "chai": "^3.5.0", "chai-http": "^3.0.0", "mocha": "^2.5.3", + "node-sass": "^4.5.2", "supertest": "^1.2.0" } } -- cgit v1.2.3