mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-12-19 09:02:18 +01:00
package.json: Add run script to copy font-awesome fonts
This commit is contained in:
parent
db577798e2
commit
51cf7465b1
@ -8,7 +8,8 @@
|
|||||||
},
|
},
|
||||||
"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 | cleancss > static/css/style.css",
|
||||||
"build": "npm run build:css"
|
"build:fonts": "cp node_modules/font-awesome/fonts/* static/fonts",
|
||||||
|
"build": "npm run build:css && npm run build:fonts"
|
||||||
},
|
},
|
||||||
"keywords": "hugo",
|
"keywords": "hugo",
|
||||||
"author": "Alan Orth",
|
"author": "Alan Orth",
|
||||||
|
Loading…
Reference in New Issue
Block a user