Julien LIBERT
Julien LIBERT
Hello @getdave. Thanks for your interest in my idea. I'll try to do it this week for sure.
@davemac Yeah, it doesn't work on serialised arrays... Any solution?
Have a look at @webrain solution : https://github.com/webrain/grunt-wordpress-deploy Their search / replace function handle serialised arrays. Maybe we should use it to solve the problem.
@nickbouton You're right... sed command only replace the 1st instance of the url. We have to find another solution. Any idea for the "find and replace" on windows machines? PS:...
@nickbouton I think I've got it! shell.sed() hasn't "global" option. I had a look on powershell but it was too restrictive. But I finally just used js own search and...
Hi there, I've tested and it seems to work on windows. No reason that it doesn't on other platform. It would be better to have this grunt plugin to be...