thoughtbot / middleman-template

The base Middleman application used at thoughtbot, ready to deploy to Netlify.
https://thoughtbot.com
MIT License
86 stars 35 forks source link

Refactor SVG helper #9

Closed tysongach closed 7 years ago

tysongach commented 7 years ago

Instead of hard-coding where SVG's should live, the helper now looks for SVG's in the images directory set by the user in the Middleman configuration: :images_dir.

Closes https://github.com/thoughtbot/middleman-template/issues/3