lucamezzalira / haxe-watchify

automatic build tool for your Haxe and OpenFL projects. It monitors the changes in your files and runs the build of your projects
https://www.npmjs.com/package/haxe-watchify
51 stars 4 forks source link

Live reload reloads before haxe compiler finished writing file #22

Open garrett-hopper opened 7 years ago

garrett-hopper commented 7 years ago

Every once in a while livereload will reload the page halfway through a main.js write, which results in an error. I have to manually refresh the page to get it to work. (Which sometimes results in haxe-watchify crashing due to it missing the websocket.)