KhaHotReload icon indicating copy to clipboard operation
KhaHotReload copied to clipboard

Hot reload for Kha/Haxe js targets

Results 2 KhaHotReload issues
Sort by recently updated
recently updated
newest added

I tried to make a pull request but couldn't push to the remote. Can we have a static reloads variable in hotml.client.Kha, like so: public static var reloads:Int = 0;...

- Build server - Run server - Build js test - Call `server.reload();` - Build js test with change - Call `server.reload();` - Compare actual diff with expected (for current...