Skip to content

Commit

Permalink
add sourcemap comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ZsharE committed Feb 23, 2024
1 parent 40bd612 commit 105ec71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion assets/js/main.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function js(done) {
sourcemaps.init(),
concat(bundle.outputFileName),
uglify(),
sourcemaps.write(".", {addComment: false}),
sourcemaps.write(".", {addComment: true}),
dest('assets/js/'),
livereload()
], handleError(done));
Expand Down

0 comments on commit 105ec71

Please sign in to comment.