buildrootschalter/package/jsmin/Config.in
Peter Korsgaard 4565a1d75f package: add jsmin (javascript minimizer)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-12-20 11:23:53 +01:00

12 lines
409 B
Plaintext

config BR2_PACKAGE_JSMIN
bool "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