compile_web.hxml 431 B

123456789101112131415
  1. #Import config
  2. config_debug.hxml
  3. #this class wil be used as entry point for your app.
  4. -main beartek.agora.client.web.Main
  5. #JavaScript target
  6. -js build/js/priori.js
  7. #You can use -D source-map-content (requires Haxe 3.1+) to have the .hx
  8. #files directly embedded into the map file, this way you only have to
  9. #upload it, and it will be always in sync with the compiled .js even if
  10. #you modify your .hx files.
  11. -D source-map-content