summaryrefslogtreecommitdiffstats
path: root/development/jsmin/README
diff options
context:
space:
mode:
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.