1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2024-09-30 03:44:17 +02:00

package.json: Remove cleancss

It has problems parsing the output from node-sass when I add the
font-awesome SASS to my imports.
This commit is contained in:
Alan Orth 2016-09-18 13:54:07 +03:00
parent ba5595bfbd
commit 65ac071b7e
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -7,7 +7,7 @@
"url": "https://github.com/alanorth/hugo-theme-bootstrap4.git" "url": "https://github.com/alanorth/hugo-theme-bootstrap4.git"
}, },
"scripts": { "scripts": {
"build:css": "node-sass --output-style compressed source/scss/style.scss | cleancss > static/css/style.css", "build:css": "node-sass --output-style compressed source/scss/style.scss static/css/style.css",
"build:fonts": "cp node_modules/font-awesome/fonts/* static/fonts", "build:fonts": "cp node_modules/font-awesome/fonts/* static/fonts",
"build": "npm run build:css && npm run build:fonts" "build": "npm run build:css && npm run build:fonts"
}, },
@ -16,7 +16,6 @@
"license": "GPL-3.0", "license": "GPL-3.0",
"devDependencies": { "devDependencies": {
"bootstrap": "4.0.0-alpha.4", "bootstrap": "4.0.0-alpha.4",
"clean-css": "3.4.19",
"font-awesome": "4.6.3", "font-awesome": "4.6.3",
"node-sass": "3.10.0" "node-sass": "3.10.0"
} }