Html5-rebuild in the same browser tab

every time during a build (or rebuild) the project opens in a new browser tab. is it possible to make it so that the current browser tab with the first build is updated? after all, the address and port remain the same

thanks!

1 Like

That is true, but I don’t think there is a way for the editor to communicate with the browser and get it to reload the contents of a specific tab? Do you know if this is possible?

Maybe something similar to window.open(url, target) can be used in that case? Where target always the same between rebuilds.

1 Like

but where is this logic written in the editor itself? it would be good if there was a silent rebuild mode

I mean, is it possible to configure this command (build-html5, rebuild html5) in the editor? or do I need to edit the source files and compile my own Defold build?

it would be cool if there was an option to silently build the project. and then i could just manually reload the tab in the browser

I think I found a place in the code where the project opens in the browser, but I don’t understand anything in the Closure

Please create a feature request on GitHub!

1 Like

created a feature-requiest

1 Like