workbench
workbench copied to clipboard
browser refreshes when fastOptJS failed
I'm running
$ sbt ~fastOptJS
and point my browser at http://localhost:12345/index-dev.html.
When I change some code and fastOptJS triggers but gives an compile-error, my browser is refreshing anyways and therefore I cannot see the compile error in the browser log.
Is this expected behavior?