-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild-js.hxml
More file actions
29 lines (29 loc) · 830 Bytes
/
build-js.hxml
File metadata and controls
29 lines (29 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
-lib genes
-D genes.include_extension
-D dts
-D js-source-map
-D source_map_content
-lib hxnodejs
--macro include('', false)
--macro include('haxe', false)
--macro include('haxe.crypto')
--macro include('haxe.ds')
--macro include('haxe.exceptions')
--macro include('haxe.format')
--macro include('haxe.http.HttpBase', false)
--macro include('haxe.http.HttpMethod', false)
--macro include('haxe.http.HttpNodeJs', false)
--macro include('haxe.http.HttpStatus', false)
--macro include('haxe.io')
--macro include('haxe.iterators')
--macro include('haxe.rtti')
--macro include('haxe.xml')
--macro include('haxe.zip')
--macro include('sys.FileSystem', false)
--macro include('sys.FileStat', false)
--macro include('sys.io')
--macro include('js', false)
--macro include('js.html')
--macro include('js.lib')
--dce no
--js dist/js/index.js