ddev-browsersync icon indicating copy to clipboard operation
ddev-browsersync copied to clipboard

Auto-refresh HTTPS page on changes with DDEV

Results 6 ddev-browsersync issues
Sort by recently updated
recently updated
newest added

In PR #56 , @rfay said > I wonder if you'll ever want to automate it so the daemon runs automatically with web_extra_daemons. What are everyones opinions on this?

Thanks for the add on, I've been replacing Livereload with this and it's been great. I work on Drupal and WordPress websites, the Drupal projects are quite URL agnostic but...

I happened to be trying out ddev-browsersync with a stock drupal10 umami (macOS, Chrome, DDEV v1.22.3) and saw this stuff all the time at the top. I have no idea...

## The Issue When adding or removing with `ddev add-on get ddev/ddev-browsersync` you see errors such as: `[: !=: unary operator expected` Full output: ``` ddev add-on get ddev/ddev-browsersync Installing...

## The Issue Had a tricky issue on a site where the ddev-config-browsersync.php file was committed and deployed by accident causing some unexpected behaviour. (I wasn't expecting the browsersync config...