summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-10-03 18:24:38 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-10-03 18:24:38 +0200
commit8b5b3c22921ac6c5c5a14fbf872eb15cbd143006 (patch)
tree461fb7ecf27951a1c45db08954f7c74008b8da62 /package.json
parent49a4992963debedd1662d7879d4e9d5385c36fdf (diff)
Compile function and package
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index bba41243..8491dc03 100644
--- a/package.json
+++ b/package.json
@@ -20,6 +20,7 @@
"test": "node node_modules/gulp-cli/bin/gulp.js karma",
"prebuild": "npm install && npm update && node_modules/bower/bin/bower install && node_modules/bower/bin/bower update",
"build": "node node_modules/gulp-cli/bin/gulp.js",
+ "scss-compile": "cat ../../core/css/variables.scss css/style.scss | node-sass --include-path css > css/style.css",
"watch": "node node_modules/gulp-cli/bin/gulp.js watch"
},
"devDependencies": {
@@ -42,6 +43,7 @@
"karma-sinon": "^1.0.5",
"mocha": "^3.0.2",
"sinon": "^1.17.5",
- "stylelint-config-standard": "^17.0.0"
+ "stylelint-config-standard": "^17.0.0",
+ "node-sass": "^4.5.3"
}
}