Skip to content

Commit

Permalink
moved es6 flag, update readme, update hxjs lib to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
serjek committed Apr 10, 2019
1 parent 0224c19 commit 123fdef
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 2 additions & 0 deletions README.md
@@ -1,6 +1,8 @@
# colyseus-hxjs-examples
Examples for [colyseus-hxjs](https://github.com/serjek/colyseus-hxjs) library ported from official [Colyseus examples](https://github.com/colyseus/colyseus-examples)

- Note that since ES6 code is required you should use haxe no earlier than 4.0.0-rc.2

### Compile server example
```
lix download
Expand Down
2 changes: 0 additions & 2 deletions client.hxml
@@ -1,5 +1,3 @@
-D js-es=6

-cp src
-main MainClient
-dce full
Expand Down
5 changes: 3 additions & 2 deletions haxe_libraries/colyseus-hxjs.hxml
@@ -1,3 +1,4 @@
-D colyseus-hxjs=0.0.0
# @install: lix --silent download "gh://github.com/serjek/colyseus-hxjs#18505f2ef9759a6c5a7b55c101da788b5b912e07" into colyseus-hxjs/0.0.0/github/18505f2ef9759a6c5a7b55c101da788b5b912e07
-cp ../colyseus-server-hx/src
# @install: lix --silent download "gh://github.com/serjek/colyseus-hxjs#f94d500b23585b54ab58bfe314bced5d1ccf16d4" into colyseus-hxjs/0.0.0/github/f94d500b23585b54ab58bfe314bced5d1ccf16d4
-cp ${HAXE_LIBCACHE}/colyseus-hxjs/0.0.0/github/f94d500b23585b54ab58bfe314bced5d1ccf16d4/src
-D js-es=6
2 changes: 0 additions & 2 deletions server.hxml
@@ -1,5 +1,3 @@
-D js-es=6

-cp src
-main MainServer
-dce full
Expand Down

0 comments on commit 123fdef

Please sign in to comment.