jsoo_minify - JavaScript minifier
jsoo_minify [OPTION]... [JS_FILES]...
jsoo_minify is a JavaScript minifier.
- --custom-header=VAL
- Provide a custom header for the generated JavaScript file, useful for
making the script an executable file with #!/usr/bin/env node
- --debug=SECTION
- enable debug [SECTION].
- --debuginfo, --debug-info
- Output debug information.
- --disable=OPT
- Disable optimization [OPT].
- --enable=OPT
- Enable optimization [OPT].
- --help[=FMT] (default=auto)
- Show this help in format FMT. The value FMT must be one of
`auto', `pager', `groff' or `plain'. With `auto', the format is `pager` or
`plain' whenever the TERM env var is `dumb' or undefined.
- --noinline, --no-inline
- Disable inlining.
- -o FILE
- Set output file name to [FILE].
- --pretty
- Pretty print the output.
- -q, --quiet
- suppress non-error messages.
- --stdin
- Read from standard input.
- --version
- Show version information.
Bugs are tracked on github at
https://github.com/ocsigen/js_of_ocaml/issues.
Jerome Vouillon, Hugo Heuzard.
Copyright (C) 2010-2019.
jsoo_minify is free software, you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation, with linking exception; either
version 2.1 of the License, or (at your option) any later version.