diff options
author | Mihai Bazon <mihai@bazon.net> | 2013-01-20 12:32:07 +0200 |
---|---|---|
committer | Mihai Bazon <mihai@bazon.net> | 2013-01-20 12:32:07 +0200 |
commit | 297af47c891006cb2f5b98e3c8675af1e00d15a6 (patch) | |
tree | 02752fadbaa88e4808f8845b00a24727fd183181 /README.md | |
parent | faa354f5cad0547704a62a98b4ea32262591f341 (diff) | |
download | tracifyjs-297af47c891006cb2f5b98e3c8675af1e00d15a6.tar.gz tracifyjs-297af47c891006cb2f5b98e3c8675af1e00d15a6.zip |
Add --source-map-url option
Fix #100
Fix #47
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -49,6 +49,9 @@ The available options are: [string] --source-map-root The path to the original source to be included in the source map. [string] + --source-map-url The path to the source map to be added in //@ + sourceMappingURL. Defaults to the value passed with + --source-map. [string] --in-source-map Input source map, useful if you're compressing JS that was generated from some other original code. -p, --prefix Skip prefix for original filenames that appear in source @@ -85,8 +88,9 @@ The available options are: [string] --export-all Only used when --wrap, this tells UglifyJS to add code to automatically export all globals. [boolean] + --lint Display some scope warnings [boolean] -v, --verbose Verbose [boolean] - -V, --version Print version number and exits. [boolean] + -V, --version Print version number and exit. [boolean] Specify `--output` (`-o`) to declare the output file. Otherwise the output goes to STDOUT. |