mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-10 02:47:50 +00:00
Clarify the -d and -m build options. [closes #167]
Former-commit-id: d3ee420b982291632785d6583a6f2981ab07a635
This commit is contained in:
@@ -156,9 +156,9 @@ Unless specified by `-o` or `--output`, all files created are saved to the curre
|
|||||||
The following options are also supported:
|
The following options are also supported:
|
||||||
|
|
||||||
* `-c`, `--stdout` ......... Write output to standard output
|
* `-c`, `--stdout` ......... Write output to standard output
|
||||||
* `-d`, `--debug` ........... Write only the debug output
|
* `-d`, `--debug` ........... Write only the non-minified development output
|
||||||
* `-h`, `--help` ............. Display help information
|
* `-h`, `--help` ............. Display help information
|
||||||
* `-m`, `--minify` ......... Write only the minified output
|
* `-m`, `--minify` ......... Write only the minified production output
|
||||||
* `-o`, `--output` ......... Write output to a given path/filename
|
* `-o`, `--output` ......... Write output to a given path/filename
|
||||||
* `-p`, `--source-map` .. Generate a source map for the minified output
|
* `-p`, `--source-map` .. Generate a source map for the minified output
|
||||||
* `-s`, `--silent` ......... Skip status updates normally logged to the console
|
* `-s`, `--silent` ......... Skip status updates normally logged to the console
|
||||||
|
|||||||
4
build.js
4
build.js
@@ -588,9 +588,9 @@
|
|||||||
' Options:',
|
' Options:',
|
||||||
'',
|
'',
|
||||||
' -c, --stdout Write output to standard output',
|
' -c, --stdout Write output to standard output',
|
||||||
' -d, --debug Write only the debug output',
|
' -d, --debug Write only the non-minified development output',
|
||||||
' -h, --help Display help information',
|
' -h, --help Display help information',
|
||||||
' -m, --minify Write only the minified output',
|
' -m, --minify Write only the minified production output',
|
||||||
' -o, --output Write output to a given path/filename',
|
' -o, --output Write output to a given path/filename',
|
||||||
' -p, --source-map Generate a source map for the minified output',
|
' -p, --source-map Generate a source map for the minified output',
|
||||||
' -s, --silent Skip status updates normally logged to the console',
|
' -s, --silent Skip status updates normally logged to the console',
|
||||||
|
|||||||
Reference in New Issue
Block a user