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