summaryrefslogtreecommitdiffstats
path: root/package/jsmin
diff options
context:
space:
mode:
Diffstat (limited to 'package/jsmin')
-rw-r--r--package/jsmin/Config.in.host11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/jsmin/Config.in.host b/package/jsmin/Config.in.host
new file mode 100644
index 0000000000..25ec9bb859
--- /dev/null
+++ b/package/jsmin/Config.in.host
@@ -0,0 +1,11 @@
+config BR2_PACKAGE_HOST_JSMIN
+ bool "host jsmin"
+ help
+ JSMin is a filter which 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.
+
+ http://www.crockford.com/javascript/jsmin.html
OpenPOWER on IntegriCloud