You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using grunt-newer with grunt-responsive-images seems to override the {%= path %} used in custom_dest and includes the FULL path from the root of the project.
The text was updated successfully, but these errors were encountered:
happycollision
added a commit
to happycollision/dondentonactor.com
that referenced
this issue
Sep 28, 2014
There have been a number of reported problems with Grunt:Newer and the responsive images plugin. You can use the newFilesOnly option instead of grunt:newer for the meantime.
Just noticed this as well. Somewhere around line 474 f.orig.cwd is passed to getDestination and is actually undefined. Oddly enough, the actual value can be found at f.orig.orig.cwd. Switching to newFilesOnly option produces expected result but I'd much prefer to use grunt-newer for consistency.
Using
grunt-newer
withgrunt-responsive-images
seems to override the{%= path %}
used incustom_dest
and includes the FULL path from the root of the project.The text was updated successfully, but these errors were encountered: