2015-10-29 01:10:53 +08:00
|
|
|
JSMin, The JavaScript Minifier
|
|
|
|
|
|
|
|
JSMin is a filter that removes comments and unnecessary whitespace from
|
2020-10-13 12:22:38 +08:00
|
|
|
JavaScript files. It typically reduces filesize by half, resulting in
|
|
|
|
faster downloads. It also encourages a more expressive programming
|
|
|
|
style because it eliminates the download cost of clean, literate
|
|
|
|
self-documentation.
|