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

Add NME and cppia support #4

Open sruloart opened 9 years ago

sruloart commented 9 years ago

Read on in this blog post: http://gamehaxe.com/2015/06/25/nme-still-rocks/, especially the "Acadnme" section.

Basically NME's new cppia target and the Acadnme (or your own cppia host) runtime let you build your apps as fast as Neko, more accurately, and at least for android, via wifi. I think this really fits well with Watchify - super quick builds (even for mobile) and everywhere.

So with Watchify it might look like this:

haxe-watchify --program nme --platforms cppia --ip 192.168.0.1

vs the original build/test command: nme build cppia deploy=192.168.0.1

lucamezzalira commented 9 years ago

good point! I'll add to the backlog for sure, thanks for the suggestion :D