- if (version != 150) {
+ if (version != 150 && version != 200) {
Also I assume @sh-dave had haxe in his global environment, cause I noted it wasn't in the devDependencies;
Also could not run haxe with version 42fc222 as it apparently does not exist.
So I ran npm i haxe --save-dev to add haxe to devDependencies. My suggestion is to do a cleanup of .haxerc but I'm not a haxe expert so don't quote me.
npx haxe build-js.hxml ran perfectly after doing so.
Other non-relevant Changes:
Added a .gitignore
All the other changes came from haxe while building. This includes dist/format-vox.js
Thanks! I don't use global haxe but lix for dependency management. So i reverted the added haxe dependency in package.json. I also updated haxe to the latest 4.2.5.
Changes relevant to this PR:
Also I assume @sh-dave had haxe in his global environment, cause I noted it wasn't in the devDependencies;
Also could not run haxe with version
42fc222
as it apparently does not exist. So I rannpm i haxe --save-dev
to add haxe to devDependencies. My suggestion is to do a cleanup of.haxerc
but I'm not a haxe expert so don't quote me.npx haxe build-js.hxml
ran perfectly after doing so.Other non-relevant Changes:
.gitignore
dist/format-vox.js
Closes issue #1 ;