slackbuilds/development/jsmin
B. Watson 3a87df4153
development/jsmin: Fix github URL.
Signed-off-by: B. Watson <urchlay@slackware.uk>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-04-05 15:17:51 +07:00
..
README
jsmin.SlackBuild development/jsmin: Change i486 to i586 2022-06-07 02:23:15 -04:00
jsmin.info development/jsmin: Fix github URL. 2024-04-05 15:17:51 +07:00
slack-desc

README

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.