From 297af47c891006cb2f5b98e3c8675af1e00d15a6 Mon Sep 17 00:00:00 2001 From: Mihai Bazon Date: Sun, 20 Jan 2013 12:32:07 +0200 Subject: Add --source-map-url option Fix #100 Fix #47 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index daa96118..0509ae71 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.2.3