Make debugging bar Turbolinks friendly |
Recently I tried CI4 with Turbolinks 5: https://github.com/turbolinks/turbolinks
Showing pages gets fast with very minimal efforts about adjustment some JavaScripts. It is because scripts, css, and fonts load only at the first showed page. Unfortunately, in the debugging environment the Kint (the debugging bar) crashes (javascript errors), so I had to turn it off. Is it possible Kint to be tested and "tuned" for this scenario too, it is really worthwhile. I can't do this alone. P.S. I've left a request to them too. https://github.com/kint-php/kint/issues/340 Edit2: It is not a problem of Kint, the debug bar is the target. Edit3: Somehow I removed the JavaScript errors, but with Turbolinks the debug bar shows actual data only when the page is refreshed. At least this is something, for full support I suppose more refactoring is needed. |
Welcome Guest, Not a member yet? Register Sign In |