I follw this links link1 and link2 to compress multiple js file and store a single file. But its not working for me
I tried:
java -jar yuicompressor-2.4.8.jar --charset utf-8 async.js OrbitControls.js > compress.js
But, its only compress first js file(async.js) and save to compress.js But Not Compress OrbitControls.js
I need to Compress multiple js file and save to single file , Suggest me How to do this.