middleman/middleman-core/lib/middleman-more/core_extensions
David Morrow 580431ca43 Resolves issue #1396 supporting srcset
allows you to use image_tag helper and have it build the asset urls for
your srcset images, just like it does for your main src. Leaves absolute
urls alone, (having // in the path)

```
<%= image_tage 'pic_1980.jpg', srcset: 'pic_640.jpg 2x, pic_1024.jpg 3x' %>
=> <img src="/images/pic_1980.jpg" srcset="/images/pic_640.jpg 2x, /images/pic_1024.jpg 3x">
```
2015-04-23 17:28:49 -07:00
..
compass.rb attempt to get compass 1 working 2014-09-02 12:43:20 -07:00
default_helpers.rb Resolves issue #1396 supporting srcset 2015-04-23 17:28:49 -07:00
i18n.rb Rubcop found some new offenses 2015-01-08 14:55:03 +01:00