summaryrefslogtreecommitdiffstats
path: root/development/jsmin/README
diff options
context:
space:
mode:
author Ryan P.C. McQuen <ryan.q@linux.com>2015-10-29 00:10:53 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-10-29 19:37:21 +0700
commit9e490a336bde43bf6727d1f6f344c226c7b7e81b (patch)
tree052b82b66e328bd4139efd92374d4d3a0d8fa160 /development/jsmin/README
parentab908d38b2c40c478b3e071e4142ba7e7500af56 (diff)
downloadslackbuilds-9e490a336bde43bf6727d1f6f344c226c7b7e81b.tar.gz
slackbuilds-9e490a336bde43bf6727d1f6f344c226c7b7e81b.tar.xz
development/jsmin: Added (The JavaScript Minifier).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jsmin/README')
-rw-r--r--development/jsmin/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/development/jsmin/README b/development/jsmin/README
new file mode 100644
index 0000000000..0fb3858bb2
--- /dev/null
+++ b/development/jsmin/README
@@ -0,0 +1,6 @@
+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.