Using WebP Express with Bedrock + Git deploy
-
Hello,
I’m using WebP Express in a project based on Bedrock.
The project is deployed via Git between multiple environments (local, staging, production).Should any WebP Express generated files or folders be excluded in .gitignore?
I have the impression that some paths written into the generated .htaccess files might be environment-specific (absolute paths or server-specific rules), and I want to avoid committing configuration that could break another environment.
I also noticed in the documentation that there is currently no CLI command to regenerate the .htaccess files automatically, but that the author mentioned it as a possible future improvement. Is this still the case?
What would be the recommended setup when using Bedrock + Git-based deployments + Multiple environments ?
Thanks a lot for your help
You must be logged in to reply to this topic.