middleman/middleman-core/lib
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
..
middleman Implemented Rubocop 2013-12-28 00:47:39 +00:00
middleman-core Attempt to address #1497 2015-04-16 12:11:52 -07:00
middleman-more Resolves issue #1396 supporting srcset 2015-04-23 17:28:49 -07:00
vendored-middleman-deps Unvendor padrino 2014-04-04 10:22:34 -07:00
middleman-core.rb Try to avoid *nix double load issue again 2015-02-17 09:39:59 -08:00