|
haxe2js
Compile .hx files to a Javascript file.
The haxe2js taskThis 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 OptionsAll the StandardHaxeTasks options apply. To compile to a .js file<haxe2js main="App" out="app.js"/> |
► Sign in to add a comment