Is there a way to exclude certain files when running the minification process?
I have a JS file that seems to break everything during the minification process because of the the jquery identifier '$'
I get this error when I run the minified ipk on the simulator : ReferenceError: Can't find variable: $ .
0 ·
Comments