[Pkg-javascript-commits] [uglifyjs] 224/491: Update README.md - sourceMappingURL directive note (#2355)

Jonas Smedegaard dr at jones.dk
Wed Feb 14 19:51:38 UTC 2018


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/3.3.10-1
in repository uglifyjs.

commit 70d56c951a7dc0d453261c8cdcf21500728f98d7
Author: Tim Malone <tdmalone at users.noreply.github.com>
Date:   Wed Oct 11 22:48:43 2017 +1100

    Update README.md - sourceMappingURL directive note (#2355)
    
    Moves this README note to underneath the 'url' rather than 'root' option.
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 6bfede0..f28f93e 100644
--- a/README.md
+++ b/README.md
@@ -153,10 +153,10 @@ Additional options:
 - `--source-map "filename='<NAME>'"` to specify the name of the source map.
 
 - `--source-map "root='<URL>'"` to pass the URL where the original files can be found.
-  Otherwise UglifyJS assumes HTTP `X-SourceMap` is being used and will omit the
-  `//# sourceMappingURL=` directive.
 
 - `--source-map "url='<URL>'"` to specify the URL where the source map can be found.
+  Otherwise UglifyJS assumes HTTP `X-SourceMap` is being used and will omit the
+  `//# sourceMappingURL=` directive.
 
 For example:
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/uglifyjs.git



More information about the Pkg-javascript-commits mailing list