dxw / whippet-theme-template

This repo holds the template for a Whippet-enabled theme.
2 stars 1 forks source link

Added grunt-svgmin task to optimise SVGs #55

Closed magdamaciaszczyk closed 7 years ago

magdamaciaszczyk commented 7 years ago

Added new grunt task for SVGs.

Previously SVGs weren't optimised and moved to the static/img directory so we had to do this manually every time after running grunt (this command is creating the whole directory from scratch).

grunt-svgmin task adds SVGs to that folder.