mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-22 13:10:40 +00:00
fix svg-sprite-list
This commit is contained in:
parent
1274e5647b
commit
6a01c46b10
@ -17,7 +17,7 @@
|
|||||||
"prep": "run-s prep:*",
|
"prep": "run-s prep:*",
|
||||||
"prep:clean": "del build/ static/",
|
"prep:clean": "del build/ static/",
|
||||||
"prep:make": "make-dir build/icons build/fonts",
|
"prep:make": "make-dir build/icons build/fonts",
|
||||||
"svg-sprite-list": "npm run svg:font ; make-dir exampleSite/data/sprites ; cpy build/fonts/GeekblogIcons.json exampleSite/data/sprites/ --rename geekblog.json",
|
"svg-sprite-list": "run-s prep svg:font ; make-dir exampleSite/data/sprites ; cpy build/fonts/GeekblogIcons.json exampleSite/data/sprites/ --rename geekblog.json",
|
||||||
"lint": "eslint src/js/ --color"
|
"lint": "eslint src/js/ --color"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
|
Loading…
Reference in New Issue
Block a user