1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2024-06-26 16:13:45 +02:00

package.json: Add run script to copy font-awesome fonts

This commit is contained in:
Alan Orth 2016-09-15 16:30:46 +03:00
parent db577798e2
commit 51cf7465b1
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

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