diff options
author | Mihai Bazon <mihai@bazon.net> | 2014-01-26 10:15:24 +0200 |
---|---|---|
committer | Mihai Bazon <mihai@bazon.net> | 2014-01-26 10:15:24 +0200 |
commit | 1dd05f44eb2e7fd56ee7344ece8619619609a7b1 (patch) | |
tree | 042ab0772994955d39666b402774b913abcf9019 /README.md | |
parent | bf7b122ab2e5a7cb2f6c3f7fa798628345260c7c (diff) | |
parent | f6203bd5a8063a3af835603ce1959310f14f7f5e (diff) | |
download | tracifyjs-1dd05f44eb2e7fd56ee7344ece8619619609a7b1.tar.gz tracifyjs-1dd05f44eb2e7fd56ee7344ece8619619609a7b1.zip |
Merge branch 'sourcesContent' of https://github.com/arty-name/UglifyJS2 into arty-name-sourcesContent
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -54,6 +54,10 @@ The available options are: --source-map-url The path to the source map to be added in //# sourceMappingURL. Defaults to the value passed with --source-map. [string] + --source-map-include-sources + Pass this flag if you want to include the content of + source files in the source map as sourcesContent + property. [boolean] --in-source-map Input source map, useful if you're compressing JS that was generated from some other original code. --screw-ie8 Pass this flag if you don't care about full compliance |