sebdeckers / grunt-rev

:punch: Asset revving for Grunt.js
MIT License
240 stars 54 forks source link

rev won't parse <img> tags #18

Closed onearmfrog closed 10 years ago

onearmfrog commented 10 years ago

Hi.

I have several images in img tags (technically angular's ng-src) and for some reason the rev task changes the file itself but won't update the html, causing a missing image.

It does work on css and js files though.

What am I missing?

Thank you.

FrankFang commented 10 years ago

Does this help https://github.com/cbas/grunt-rev/issues/19 ?

onearmfrog commented 10 years ago

Seems to be working now.. Thanks!