aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorkdam0 <kumar.damani@mail.utoronto.ca>2017-04-15 01:16:07 +0000
committerkdam0 <kumar.damani@mail.utoronto.ca>2017-04-15 01:16:07 +0000
commitbd692ffbc8327c2ae6bec1376554ae569eb44e88 (patch)
treebb3275bb9e681165a642cf22c2e4c89e615d7219 /package.json
parentc1bcbbec851d509ee911016536a5e684eac4ee43 (diff)
now using minified css on production.
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
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"
}
}