My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
haxe2js  
Compile .hx files to a Javascript file.
Updated Sep 1, 2009 by wildwin...@gmail.com

The haxe2js task

This calls the haxe compiler to compile to a Javascript .js file. This task supports Dependency Checking, which is turned on by default i.e. if the source files haven't changed, the haxe compile step won't be called.

Standard Options

All the StandardHaxeTasks options apply.

To compile to a .js file

<haxe2js main="App" out="app.js"/>

Sign in to add a comment
Powered by Google Project Hosting