fourtysixandtwo b4e9a24ce7 development/jsmin: Change i486 to i586 před 2 roky
..
README b7bfa300d0 development/jsmin: Fix README. před 4 roky
jsmin.SlackBuild b4e9a24ce7 development/jsmin: Change i486 to i586 před 2 roky
jsmin.info 3989258c7c development/jsmin: new maintainer. před 7 roky
slack-desc 9e490a336b development/jsmin: Added (The JavaScript Minifier). před 9 roky

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.