Replies: 1 comment
-
In case anyone else encounters this issue with the above setup - I finally solved it and was pretty simple (once you know how). 1] To fix the invalid SSL. In your browser-sync.config.js:
2] If you do not see the live/hot reloading from |
Beta Was this translation helpful? Give feedback.
-
Hi everyone, I using DDEV + Bedrock + Understrap-child theme. I'll be honest I'm pretty new to both DDEV and Bedrock but I'm very familiar with Understrap. I have a basic implementation of this setup working nicely except for the Browsersync Proxy URL?
In browser-sync.config.js I use:
module.exports = { "proxy": "https://bedrocktest.ddev.site", "notify": true, "files": ["./css/*.min.css", "./js/*.min.js", "./**/*.php"] };
The above proxy URL does work and serves up the site at https://localhost:3000 but with the following issues:
npm run watch-bs
Q) Has anyone else used DDEV + Bedrock + Understrap? Can anyone point me in the right direction for the correct implementation of the proxy URL here? Any help or guidance appreciated :-)
Beta Was this translation helpful? Give feedback.
All reactions