Files
kiss-vscode/projects/flixel-desktop-habit-puzzle-game/JigsawX/compileWebkit.hxml
2022-06-26 19:53:26 +00:00

17 lines
480 B
Plaintext

# Test options
-D noVideo
#-D noRandom
-cp divtastic
-main jigsawxtargets.hxjs.JigsawDivtastic
-js deploy/jigsawdivtastic.js
# this line excludes JQuery in haxe 2.08
-D noEmbedJS
-D haxe3
# useful for mac users
--next
# do by hand in the deploy directory
# zip app.nw *
# because this line is not working
#-cmd zip -r deploy/app.nw deploy/jigsawDivtastic.html deploy/package.json deploy/tablecloth.jpg deploy/jigsawdivtastic.js
--next
-cmd open -n -a node-webkit "deploy/app.nw"