jcward / vscode-haxe

Haxe language extension for Visual Studio Code
MIT License
64 stars 10 forks source link

Generate build.hxml for snow/luxe #13

Closed anissen closed 8 years ago

anissen commented 8 years ago

The simplest way to generate a build.hxml for snow/luxe projects is to run

haxelib run flow info --hxml > build.hxml

in the project directory.

jcward commented 8 years ago

Thanks, added!