problem description
how can javascript files be compressed into min format?
jquery.min.js are all compressed like this (function (< b) {function cy (a)
the online compression I found is only to remove spaces, all are ordinary compression.
what result do you expect? What is the error message actually seen?
Can be compressed like this, for example, I have a function reverse (paramA,paramB);
compressed into: function a (bline c)
so that all variables are compressed into a single letter?