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:
-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",