Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/the2ne/hugo-frais.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fredon <the2ne@gmail.com>2018-01-04 17:31:43 +0300
committerOlivier Fredon <the2ne@gmail.com>2018-01-04 17:31:43 +0300
commit7874613d01335643278668269e2860e357ea8255 (patch)
tree692c28b3c6fffdf2ad5454da900a5d0d1c29b247
parent282ffa61c2449e8fd6cda35c8b78e665ca0accf7 (diff)
sass expanded output
-rw-r--r--static/package.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/static/package.json b/static/package.json
index 3c75c92..21b7dcd 100644
--- a/static/package.json
+++ b/static/package.json
@@ -4,17 +4,14 @@
"description": "Hugo Frais is pretty cool but without SASS he can't be alive!",
"main": "style.css",
"scripts": {
-
"build": "npm run sass-build && npm run postcss-build && npm run minify",
"minify": "cssnano --sourcemap style.css style.css",
"test": "npm run sass-test",
"watch": "nodemon -e scss -x \"npm run sass-build\"",
-
"sass-test": "stylelint \"sass/**/*.scss\" --syntax scss",
- "sass-build": "node-sass --indent-width 4 --source-map true --output ./ --output-style compressed ./sass/core.scss ./css/style.css",
+ "sass-build": "node-sass --indent-width 4 --source-map true --output ./ --output-style expanded ./sass/core.scss ./css/style.css",
"postcss-build": "postcss -c postcss.json",
"postcss-test": "stylelint style.css"
-
},
"author": "Olivier Fredon",
"license": "UNLICENSED",