tools: Add optimize-svg tool for checking for unoptimized SVG files.

This commit is contained in:
Cynthia Lin
2017-05-22 15:11:08 -07:00
committed by Tim Abbott
parent 76537665b9
commit 0600e1eb30
3 changed files with 12 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ run ./tools/test-js-with-node
run ./tools/run-mypy
run ./tools/test-backend $FORCEARG
run ./tools/test-js-with-casper $FORCEARG
run ./tools/optimize-svg
# Not running queue worker reload tests since it's low-churn code
# run ./tools/test-queue-worker-reload
# Not running documentation tests since it takes 20s and only tests documentation