|
|
|
|
|
by jaredsohn
4190 days ago
|
|
Minification can also involve changing variable names; sometimes there are dependencies on names that are unknown to the minifier. Also, the removal of whitespace can cause lines to combine in interesting ways if there aren't semicolons between them and if the minifier doesn't automatically add it. http://stackoverflow.com/search?q=minification+bug |
|