diff options
author | Tim Malone <tdmalone@users.noreply.github.com> | 2017-10-11 22:48:43 +1100 |
---|---|---|
committer | Alex Lam S.L <alexlamsl@gmail.com> | 2017-10-11 19:48:43 +0800 |
commit | 70d56c951a7dc0d453261c8cdcf21500728f98d7 (patch) | |
tree | 3cddae6355cfaa623cf66831fe93ee65041a9155 /README.md | |
parent | b810e2f8da4bfd42a8876b64d067e83dfd340aa1 (diff) | |
download | tracifyjs-70d56c951a7dc0d453261c8cdcf21500728f98d7.tar.gz tracifyjs-70d56c951a7dc0d453261c8cdcf21500728f98d7.zip |
Update README.md - sourceMappingURL directive note (#2355)
Moves this README note to underneath the 'url' rather than 'root' option.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: |