romanschejbal / gassetic

Assetic replacement based on the gulp build tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gulp-replace

r0b- opened this issue · comments

commented

Hi,

after updating to v1.0.7 gulp-replace is not working anymore.
My task definition looks like this

  • { name: replace, args: ["../font", "fonts"], filter: ["icons.css"] }

Maybe the new version has problems with array args?

Thanks

I've just added the filter functionality back... (v1.0.8) - do you mind trying it again? Args should work just fine, let me know. Thanks!

commented

Still doesn't work for me with 1.0.9 :-(
Could you please another look?
(Another example task: - { name: replace, args: ["url(\"/", "url(\"/some-prefix/"] })

Thanks!

Right, there was a bug. Should be working now with latest 1.0.10. Let me know if not. Thanks!

commented

looks good - thanks!