javascript - Why do we not just use Minified JS? -
i see word alot "minified" , never seem pick script (ie. jquery plugins) "minified" suppose should. if i'm right minified means remove unecessary stuff source code without changing functionality, why dont have minified source , why bother full blown version? why give people option?
yolo
when you're debugging, it's lot easier have full source code. it's pretty difficult debug when says on line 1 (since condensed 1 long line), , unreadable line 1 matter.
i test using full blown version, , minify deployment.
Comments
Post a Comment