node-jsmin
node-jsmin copied to clipboard
%
(x = i % size) ? n[c][x]
minified becomes:
(x=iundefinedize)?n[c][x]
well i only wrapped around the existing js min implementation, didn't write it myself, so i don't know how to fix it myself.
i suggest to try to find another jsmin library that actually works!
Minifying (x = i % size) ? n[c][x]
produces (x=i%size)?n[c][x]
in [email protected] on npm.