DragonBonesJS icon indicating copy to clipboard operation
DragonBonesJS copied to clipboard

FEATURE: minified output of build

Open bitbay opened this issue 7 years ago • 1 comments

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?

bitbay avatar Jun 18 '18 08:06 bitbay

npm install -g uglify-js

and in your js folder

`uglifyjs dragonBones.js -m -c -o dragonBones.min.js`

jcyuan avatar Aug 02 '18 07:08 jcyuan