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
- fix(rewrites): Allow hostname rewrites within escaped urls - re: https://github.com/BrowserSync/browser-sync/issues/644 — committed to shakyShane/foxy by shakyShane 8 years ago
thanks to @jaceju I have this working with an update to the foxy module.
anyone who would like to test it for me -
cdinto yournode_modules/browser-syncfolder and then runThis will install foxy from github and allow you to test the changes