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