slackbuilds/development/jsmin
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
jsmin.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
jsmin.info
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.