mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-16 17:27:04 +01: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:
parent
ba5595bfbd
commit
65ac071b7e
@ -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"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user