blob: fdf77c0455e719f49f7c379f91af4c9f203b9c8a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--library hxnodejs
--library hxnodejs-ws
--library json2object:git:https://github.com/RblSb/json2object.git
-D junsafe_compiler_cache
# Client libs for completion
--library youtubeIFramePlayer:git:https://github.com/okawa-h/youtubeIFramePlayer-externs.git
--library hls.js-extern:git:https://github.com/zoldesi-andor/hls.js-haxe-extern.git
--library utest
--class-path src
--main server.Main
-D analyzer-optimize
-w -WDeprecatedEnumAbstract
--dce full
--js build/server.js
|