Commit 7fec7374 authored by Cole Bemis's avatar Cole Bemis

Clean up package.json

parent 07471c6a
...@@ -7,10 +7,7 @@ ...@@ -7,10 +7,7 @@
"url": "https://github.com/colebemis/feather.git" "url": "https://github.com/colebemis/feather.git"
}, },
"scripts": { "scripts": {
"Xstart": "parallelshell 'jekyll serve' 'npm run watch'",
"Xwatch": "onchange 'icons/**/*' -v -- npm run svgo -- {{changed}}",
"svgo": "for i in $(find icons/* -type d); do svgo --pretty --multipass --config=svgo-config.yml $i; done", "svgo": "for i in $(find icons/* -type d); do svgo --pretty --multipass --config=svgo-config.yml $i; done",
"Xsvgo": "svgo --pretty --multipass --config=svgo-config.yml",
"build": "npm run build-zip && jekyll build", "build": "npm run build-zip && jekyll build",
"build-zip": "./bin/build-zip.sh" "build-zip": "./bin/build-zip.sh"
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment