mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
development/jsmin: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
463ae592b5
commit
b7bfa300d0
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
|||
JSMin, The JavaScript Minifier
|
||||
|
||||
JSMin is a filter that removes comments and unnecessary whitespace from
|
||||
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.
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue