From 9e490a336bde43bf6727d1f6f344c226c7b7e81b Mon Sep 17 00:00:00 2001 From: "Ryan P.C. McQuen" Date: Thu, 29 Oct 2015 00:10:53 +0700 Subject: development/jsmin: Added (The JavaScript Minifier). Signed-off-by: Willy Sudiarto Raharjo --- development/jsmin/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 development/jsmin/README (limited to 'development/jsmin/README') diff --git a/development/jsmin/README b/development/jsmin/README new file mode 100644 index 0000000000000..0fb3858bb2d93 --- /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. -- cgit v1.2.3