cordova-minify icon indicating copy to clipboard operation
cordova-minify copied to clipboard

Cordova hook that uglifies and minifies your app's Javascript files, minifies CSS files and HTML files, and compresses your image files.

Results 6 cordova-minify issues
Sort by recently updated
recently updated
newest added

I installed trought NPM. When I try to build the app the following errors occurs: ![captura de tela 2016-03-15 as 15 00 44](https://cloud.githubusercontent.com/assets/644842/13788580/126c289a-eabf-11e5-810b-5bf44d60a9bf.png) Resolved changing line 8 on /hooks/after_prepare/minify.js: '**image-min**'...

Hi, In my cordova-ionic app i have installed cordova-minify-2. It got succesfully installed but whenever i am trying to do ionic cordova build ios --release it's throwing me below error....

Hi, I noticed you fixed the imagemin requirement (formerly image-min) but the version installed via `npm install cordova-minify` still has `require("image-min")`, could you verify? Cheers and thanks for your work!

Hi, on windows (don't know if it happens on other OS's, but I guess not) `minify.js` halts on account of not finding module `uglify.js` (if I swap lines `var UglifyJS...