If I set an automatic Build-system, then when I compile it with Ctrl + B, I need a .flow file, although I use .hxml files for project settings. The question is which Build-system should be used to build Haxe projects in JS result? And the second question is how you can configure the Build-System so that you can create projects of a similar structure (shown below) automatically, that is, compile all folders (3 folders and the project settings file .hxml)

Of the packages installed for HaXe, only Haxe is worth


assets /

src /

bin /

projext.hxml


  • What do you want to achieve, from the text of the question I did not understand. Try to reformulate. And at the same time attach a list of packages for Haxe, which you have in sublayme. - D-side
  • @ D-side If I set an automatic Build-system, then when compiling to Ctrl + B, I need a .flow file, although I use .hxml files for project settings. The question is which Build-system should be used to build Haxe projects in JS result? And the second question is how you can customize the Build-System so that you can create projects of a similar structure as described above automatically, that is, compile to form all the folders (3 folders and the settings file of the .hxml project) - Aleksandr Kusak
  • Feel free to edit the question so that it reflects the essence in more detail. And do not forget the list of used packages for haxe. - D-side
  • Solved this problem by reseeding to a full IDE FlashDevelop. - Aleksandr Kusak

0