browser-sync: Illegal character of Laravel DebugBar with BrowserSync

I integrated BrowserSync in Laravel 5 by laravel-elixir-browser-sync, it works well. But I have trouble with integrating Laravel Debugbar into the project because BrowserSync replaced the host in javascript string that was generated by Debugbar. There is a demo for reproducing the bug. Any suggestions would be welcome, thanks.

About this issue

  • Original URL
  • State: closed
  • Created 9 years ago
  • Comments: 29 (10 by maintainers)

Commits related to this issue

Most upvoted comments

thanks to @jaceju I have this working with an update to the foxy module.

anyone who would like to test it for me - cd into your node_modules/browser-sync folder and then run

npm i shakyshane/foxy

This will install foxy from github and allow you to test the changes