Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Use the svgo --folder option to speed up npm run svgo
Browse files Browse the repository at this point in the history
  • Loading branch information
ianb committed Jan 18, 2018
1 parent 28ef28c commit a91b08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@
"make_versions_exact": "node bin/build-scripts/make_versions_exact.js",
"update_outdated": "david update && npm run make_versions_exact && npm update && npm outdated",
"fill_database": "make .venv && ./.venv/bin/python ./bin/load_test_exercise.py -q --little-image --create=50 --read-shot=0 --read-my-shots=0 --search=0 --new-account http://localhost:10080",
"svgo": "for filename in $(find addon static -name '*.svg') ; do svgo -i $filename ; done"
"svgo": "svgo --folder=addon/webextension/icons && svgo --folder=static/img"
}
}

0 comments on commit a91b08e

Please # to comment.