The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / jsmin / Config.in
1 config BR2_PACKAGE_JSMIN
2         bool "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.
10
11           http://www.crockford.com/javascript/jsmin.html