grunt-responsive-images-extender icon indicating copy to clipboard operation
grunt-responsive-images-extender copied to clipboard

A Grunt plugin that extends HTML image tags with srcset and sizes attributes.

Results 5 grunt-responsive-images-extender issues
Sort by recently updated
recently updated
newest added

Using a directory structure like this ``` .Gruntfile.js src dest tmp ``` I could not get this plugin to work. I kept getting errors from grunt on the command line...

It seems that plugin affects html output far beyond just adding srcsets. For instance, it changes HTML quotes: ```html ``` to ```html ``` Also, it affects inner whitespacing: ```html ```...

Hi @stephanmax! Following html: ```html ``` will throw an error: ![chrome_2017-06-22_22-11-55](https://user-images.githubusercontent.com/4460311/27451489-d62c13b2-5797-11e7-996c-a0b56117fe2c.png) It seems that plugin doesn't ignore remote files.

Updated algorithm to use destination file path when searching for images. The guide at http://grunt-tasks.com/responsive-images/ now works as expected when only the destination folder contains the target images.