markstory / mini-asset

A simple set of asset build tools that provides a config file and extensible integrations with pre-processors & minifiers.
MIT License
64 stars 17 forks source link

Allow SVG filters #58

Closed jiru closed 4 years ago

jiru commented 4 years ago

This pull request solves markstory/asset_compress#351.

I had to make a change to AssetConfig::extensions() to be able to use svg in my asset_compress.ini. Please let me know if that’s okay :relaxed:

markstory commented 4 years ago

Thank you 👍