ehynds / grunt-image-embed

A grunt task for converting images inside a stylesheet to base64-encoded data URI strings.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

async.parallel messing with grunt-contrib-watch?

joefiorini opened this issue · comments

It looks like using the deprecated grunt.util.async library is messing with grunt-contrib-watch in my project. I have a grunt build task When I remove the async.parallel wrapper & this.async() call the watch task works. Since grunt.util.async is marked as deprecated, I'm going to remove it so I can continue using this plugin and send a PR for you if you want to accept it. Thanks! @ehynds

Never mind. It looks like it wasn't actually working, I just forgot to grunt clean. It would be too difficult to unwrap grunt.util.async; I'm going to have to use a different plugin instead.