mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-17 09:47:05 +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": {
|
||||
"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",
|
||||
"author": "Alan Orth",
|
||||
|
Loading…
Reference in New Issue
Block a user