I am using yeoman + angular and tried out \'yeoman build:minify\'. This fails because the task rev:img renames all images. Afterwards, the dynamic sources (see http://docs.a
This is currently a known issue and we'll try to fix it soon.
In the meantime you can try out one of the suggested workarounds in this thread.
Just replace the rev config with this:
rev
rev: { img: ['images/**','!images/ignore/**'] }
and place all your dynamic images in images/ignore/
images/ignore/