You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
grunt-svg-sprite adds too many dependencies, (including a phantom-js download!).
I get that it's useful to be able to automate the optimization of SVGs, but it would be nicer if instead they can just be saved pre-optimized in the repo, without grunt-svg-sprite and all of its dependencies. Plus we need to remove dependencies in general (#372).
Solution
Remove grunt-svg-sprite and run npm dedupe, add all pre-optimized SVGs (optimizing using whatever third-party tool you'd like) instead of originals to the repo.
The text was updated successfully, but these errors were encountered:
Problem
grunt-svg-sprite
adds too many dependencies, (including a phantom-js download!).I get that it's useful to be able to automate the optimization of SVGs, but it would be nicer if instead they can just be saved pre-optimized in the repo, without
grunt-svg-sprite
and all of its dependencies. Plus we need to remove dependencies in general (#372).Solution
Remove
grunt-svg-sprite
and runnpm dedupe
, add all pre-optimized SVGs (optimizing using whatever third-party tool you'd like) instead of originals to the repo.The text was updated successfully, but these errors were encountered: