Skip to content

Commit af9ae30

Browse files
chris-morgankamilogorek
authored andcommitted
Fix the Uglify invocation
The output filename should not include .map. The includeSources part is dubious (typically not necessary, I’d say), but I’ll leave it in as it is unlikely to do real harm.
1 parent 98052de commit af9ae30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sourcemaps.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ that maps the minified code back to the original source:
3939
::
4040

4141
uglifyjs app.js \
42-
-o app.min.js.map \
42+
-o app.min.js \
4343
--source-map url=app.min.js.map,includeSources
4444

4545

0 commit comments

Comments
 (0)