adireddy / haxe-howler

Externs of howler.js for Haxe
http://howlerjs.com
11 stars 7 forks source link

adds howler.min.js as dependency #4

Closed KnightMearh closed 8 years ago

KnightMearh commented 8 years ago

Mostly this change adds include.xml to specify howler.min.js as a dependency, which will trigger haxe to auto-copy it in bin/html5/bin/lib/ when howlerjs is used. This will make it easier to keep the haxe and javascript in sync. I wasn't sure where to specify what gets downloaded via "haxelib install howlerjs", so you might need to add "libs" and "include.xml" to that list (or point me to the file), since I notice the checkout only contains the two hx code files. Thanks!

adireddy commented 8 years ago

Thanks @jonnym1p but I think include.xml is specific to openfl projects and not generic.

Also I want users to use the latest howler.js file instead of depending the version included in the library.

The best way is to automate it via npm.

KnightMearh commented 8 years ago

That makes sense. Thanks!