Dave Smith

Results 182 comments of Dave Smith

Thanks for giving this a shot. I've tried to help below... > Is "untracked_targets" correct to reference the external file with the credentials? You can name and reference the external...

@alkah3st Did you have any luck?

# New Requirement Now that the original SearchReplaceDB repo has been updated to include a package.json file this project should reference the original repo as a dependency rather than my...

Hmmm...that's a good point. Not sure of the top of my head how you'd reference a feature branch on Github via `package.json. Might be easier to test the new Search...

@davemac @alkah3st Sorry guys. Appreciate this is confusing. The Search Replace DB is on a branch at: https://github.com/getdave/grunt-deployments/tree/feature/advanced-search-replace I would advise that you create a clean dir on your local...

Also I'm consider making this an optional feature. So the idea would be - Plugin defaults to using Search&ReplaceDB for search/replace - ...or you can pass an option to the...

@davemac If it's possible to advise on your progress with testing this. Has it worked for you? Any major errors? Any suggested improvements. As always pull requests into the correct...

You'll need to ensure you have the correct dependencies installed. It's look for the script at `node_modules/search-replace-db/srdb.cli.php:` which you don't have in your filesystem. Try `npm install`? Hope that helps?...

Hmmmm...this could be an issue. I'm wondering whether the way npm resolves dependencies is going to mean the way Grunt Deployments uses the Search Replace DB script in this somewhat...