wxyz-abcd / node-haxball

The most powerful and lightweight API that allows you to develop your original Haxball(www.haxball.com) host, client, and standalone applications both on node.js and browser environments and also includes every possible hack and functionality that you can imagine.
MIT License
34 stars 13 forks source link

Generate a build(minify) sequence #19

Closed wxyz-abcd closed 1 year ago

wxyz-abcd commented 1 year ago

Only the library file will be minified because browsers may need to download it every time. Optionally, we can also upload it on a cdn for easier access.

wxyz-abcd commented 1 year ago

Minifying would cause the object names to change again, and users will have problems. Need to fix object names first... Should probably delay this until project matures into complete open source... (?)

wxyz-abcd commented 1 year ago

Will reopen later...