UglifyJS 3
==========
UglifyJS is a JavaScript parser, minifier, compressor and beautifier toolkit.
#### Note:
- **`uglify-js@3` has a simplified [API](#api-reference) and [CLI](#command-line-usage) that is not backwards compatible with [`uglify-js@2`](https://github.com/mishoo/UglifyJS2/tree/v2.x)**.
- **Documentation for UglifyJS `2.x` releases can be found [here](https://github.com/mishoo/UglifyJS2/tree/v2.x)**.
- `uglify-js` only supports JavaScript (ECMAScript 5).
- To minify ECMAScript 2015 or above, transpile using tools like [Babel](https://babeljs.io/).
Install
-------
First make sure you have installed the latest version of [node.js](http://nodejs.org/)
(You may need to restart your computer after this step).
From NPM for use as a command line app:
npm install uglify-js -g
From NPM for programmatic use:
npm install uglify-js
# Command line usage
uglifyjs [input files] [options]
UglifyJS can take multiple input files. It's recommended that you pass the
input files first, then pass the options. UglifyJS will parse input files
in sequence and apply any compression options. The files are parsed in the
same global scope, that is, a reference from a file to some
variable/function declared in another file will be matched properly.
If no input file is specified, UglifyJS will read from STDIN.
If you wish to pass your options before the input files, separate the two with
a double dash to prevent input files being used as option arguments:
uglifyjs --compress --mangle -- input.js
### Command line options
```
-h, --help Print usage information.
`--help options` for details on available options.
-V, --version Print version number.
-p, --parse <options> Specify parser options:
`acorn` Use Acorn for parsing.
`bare_returns` Allow return outside of functions.
Useful when minifying CommonJS
modules and Userscripts that may
be anonymous function wrapped (IIFE)
by the .user.js engine `caller`.
`expression` Parse a single expression, rather than
a program (for parsing JSON).
`spidermonkey` Assume input files are SpiderMonkey
AST format (as JSON).
-c, --compress [options] Enable compressor/specify compressor options:
`pure_funcs` List of functions that can be safely
removed when their return values are
not used.
-m, --mangle [options] Mangle names/specify mangler options:
`reserved` List of names that should not be mangled.
--mangle-props [options] Mangle properties/specify mangler options:
`builtins` Mangle property names that overlaps
with standard JavaScript globals.
`debug` Add debug prefix and suffix.
`domprops` Mangle property names that overlaps
with DOM properties.
`keep_quoted` Only mangle unquoted properties.
`regex` Only mangle matched property names.
`reserved` List of names that should not be mangled.
-b, --beautify [options] Beautify output/specify output options:
`beautify` Enabled with `--beautify` by default.
`preamble` Preamble to prepend to the output. You
can use this to insert a comment, for
example for licensing information.
This will not be parsed, but the source
map will adjust for its presence.
`quote_style` Quote style:
0 - auto
1 - single
2 - double
3 - original
`wrap_iife` Wrap IIFEs in parenthesis. Note: you may
want to disable `negate_iife` under
compressor options.
-o, --output <file> Output file path (default STDOUT). Specify `ast` or
`spidermonkey` to write UglifyJS or SpiderMonkey AST
as JSON to STDOUT respectively.
--comments [filter] Preserve copyright comments in the output. By
default this works like Google Closure, keeping
JSDoc-style comments that contain "@license" or
"@preserve". You can optionally pass one of the
following arguments to this flag:
- "all" to keep all comments
- a valid JS RegExp like `/foo/` or `/^!/` to
keep only matching comments.
Note that currently not *all* comments can be
kept when compression is on, because of dead
code removal or cascading statements into
sequences.
--config-file <file> Read `minify()` options from JSON file.
-d, --define <expr>[=value] Global definitions.
-e, --enclose [arg[:value]] Embed everything in a big function, with configurable
argument(s) & value(s).
--ie8 Support non-standard Internet Explorer 8.
Equivalent to setting `ie8: true` in `minify()`
for `compress`, `mangle` and `output` options.
By default UglifyJS will not try to be IE-proof.
--keep-fnames Do not mangle/drop function names. Useful for
code relying on Function.prototype.name.
--name-cache <file> File to hold mangled name mappings.
--self Build UglifyJS as a library (implies --wrap UglifyJS)
--source-map [options] Enable source map/specify source map options:
`base` Path to compute relative paths from input files.
`content` Input source map, useful if you're compressing
JS that was generated from some other original
code. Specify "inline" if the source map is
included within the sources.
`filename` Filename and/or location of the output source
(sets `file` attribute in source map).
`includeSources` Pass this flag if you want to include
the content of source files in the
source map as sourcesContent property.
`root` Path to the original source to be included in
the source map.
`url` If specified, path to the source map to append in
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
收起资源包目录
node.js项目,一个慈善系统项目 有关慈善活动捐款等 (2000个子文件)
site.css 4KB
font-editor.html 19KB
glyph-inspector.html 14KB
font-inspector.html 10KB
creating-fonts.html 4KB
reading-writing.html 3KB
requirejs-html-beautify.html 1KB
lodash.js 527KB
opentype.js 378KB
source-map.debug.js 266KB
source-map.debug.js 266KB
esprima.js 259KB
source-map.debug.js 254KB
beautify-javascript-tests.js 201KB
opentype.min.js 194KB
bluebird.js 175KB
beautify-html-tests.js 119KB
bluebird.core.js 117KB
core.js 112KB
beautify.js 111KB
source-map.js 104KB
source-map.js 104KB
source-map.js 100KB
collection.js 95KB
escodegen.js 93KB
index.js 89KB
he.js 83KB
bluebird.min.js 78KB
mquery.js 74KB
hintingtt.js 72KB
lodash.min.js 71KB
beautify-html.js 65KB
URI.js 65KB
grid_store.js 64KB
beautifier.js 58KB
underscore.js 57KB
bluebird.core.min.js 54KB
replset.js 54KB
pool.js 52KB
collection_ops.js 48KB
URI.min.js 46KB
beautifier.js 46KB
mongos.js 46KB
beautify-css-tests.js 45KB
cff.js 45KB
htmlminifier.js 42KB
db.js 41KB
beautify-css.js 41KB
source-map-consumer.js 40KB
source-map-consumer.js 40KB
source-map-consumer.js 37KB
consolidate.js 37KB
server.js 36KB
semver.js 36KB
cursor.js 35KB
db_ops.js 33KB
sbcs-data-generated.js 31KB
replset_state.js 31KB
fnmatch.js 31KB
_stream_readable.js 31KB
debuggability.js 29KB
types.js 28KB
index.js 27KB
estraverse.js 27KB
source-map.min.js 26KB
source-map.min.js 26KB
types.js 26KB
source-map.min.js 26KB
_stream_readable.js 25KB
promise.js 25KB
connection.js 25KB
mongo_client.js 25KB
name.js 25KB
cursor.js 24KB
compactable.js 24KB
index.js 23KB
tokenizer.js 23KB
deflate.test.js 23KB
tokenize.js 22KB
cli.js 21KB
dbcs-codec.js 21KB
index.js 21KB
cursor.js 21KB
topology.js 21KB
opentype.js 20KB
url_parser.js 20KB
optimize.js 20KB
_stream_writable.js 20KB
inflate.test.js 20KB
font.js 20KB
break-up.js 19KB
htmlparser.js 19KB
3_2_support.js 19KB
unordered.js 19KB
ordered.js 18KB
underscore-min.js 18KB
utils.js 18KB
router.js 17KB
mongo_client_ops.js 17KB
commands.js 17KB
共 2000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20
资源评论
孙莹156
- 粉丝: 0
- 资源: 1
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功