Skip to content

Commit

Permalink
re-enabled version warning, added js-kit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
clemos committed Dec 18, 2015
1 parent 048d390 commit d2bc42a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test.hxml
@@ -1,31 +1,31 @@
# Autogenerated build.hxml

# test.MongooseTest (js:test.mongoose.js)
-D hxnodejs_no_version_warning
#-D hxnodejs_no_version_warning
-main test.MongooseTest
-js test.mongoose.js
-lib hxnodejs
-lib js-kit

--next
# test.ExpressTest (js:test.express.js)
-D hxnodejs_no_version_warning
#-D hxnodejs_no_version_warning
-main test.ExpressTest
-js test.express.js
-lib hxnodejs
-lib js-kit
--macro npm.Package.export('package.json')

--next
# test.SocketIoTest (js:test.socketio.js)
-D hxnodejs_no_version_warning
#-D hxnodejs_no_version_warning
-main test.SocketIoTest
-js test.socketio.server.js
-D server
-lib hxnodejs
-lib js-kit
--macro npm.Package.export('package.json')

--next
# test.SocketIoTest (js:test/test.socketio.js)
-D hxnodejs_no_version_warning
#-D hxnodejs_no_version_warning
-main test.SocketIoTest
-js test/test.socketio.client.js
-D client

0 comments on commit d2bc42a

Please sign in to comment.