You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Ryan P.C. McQuen 9e490a336b development/jsmin: Added (The JavaScript Minifier). 10 years ago
..
README development/jsmin: Added (The JavaScript Minifier). 10 years ago
jsmin.SlackBuild development/jsmin: Added (The JavaScript Minifier). 10 years ago
jsmin.info development/jsmin: Added (The JavaScript Minifier). 10 years ago
slack-desc development/jsmin: Added (The JavaScript Minifier). 10 years ago

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.