package/python-simplejson: bump version to 3.8.2
[buildroot-gz.git] / package / jsmin / Config.in.host
blob25ec9bb8592b6d2acbe9f37dc92a71507c0048cf
1 config BR2_PACKAGE_HOST_JSMIN
2         bool "host jsmin"
3         help
4           JSMin is a filter which removes comments and unnecessary
5           whitespace from JavaScript files. It typically reduces
6           filesize by half, resulting in faster downloads. It also
7           encourages a more expressive programming style because it
8           eliminates the download cost of clean, literate
9           self-documentation.
11           http://www.crockford.com/javascript/jsmin.html