DragonBonesJS
DragonBonesJS copied to clipboard
FEATURE: minified output of build
Using the latest build chain i can't see the minified version of the library, a.k.a dragonBones.min.js.
What are the steps to compile it?
npm install -g uglify-js
and in your js folder
`uglifyjs dragonBones.js -m -c -o dragonBones.min.js`