https://kotlinlang.org logo
j

jschneider

02/06/2021, 11:08 AM
Just to understand: When running "./gradlew -t run" changes to the Kotlin code result in an automatic reload of the browser. Changes to *.html files (in resources) do not reload the browser. Correct?
b

Big Chungus

02/06/2021, 1:18 PM
I think the changes are immediately available, but they do not cause the autorefresh. So if you manually refresh your page after say index.html changes (without restarting build/devServer) they should be present
j

jschneider

02/06/2021, 2:58 PM
Yes - the changes are present when reloading.
mind blown 1
2 Views