workbench-example-app icon indicating copy to clipboard operation
workbench-example-app copied to clipboard

refreshBrowsers should work in jvm-js-shared example

Open cdietze opened this issue 8 years ago • 0 comments

The refreshBrowsers feature does not work in the jvm-js-shared branch example. When sbt is run using ~re-start the expected behavior is that the browser reloads after a change to the JS-file. However, a manual refresh is needed.

I assume this is because refreshBrowsers is by default triggered after fastOptJS, but this is too early and we would need a trigger after the server restarted. However, what surprises me that if I make another the change the refresh does not pick up the first change.

cdietze avatar Jan 04 '17 22:01 cdietze