Skip to content

Commit

Permalink
remove: gen mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
CAIMEOX committed Jul 17, 2023
1 parent 50bbf99 commit 86a1f75
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion _genDebug/main.js.map

This file was deleted.

1 change: 0 additions & 1 deletion _genDebug/wrapper.js.map

This file was deleted.

5 changes: 0 additions & 5 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,6 @@ function compile_scripts() {
noImplicitAny: true,
})
)
.pipe(
sourcemaps.write("../../_" + bpfoldername + "Debug", {
destPath: bpfoldername + "/scripts/",
})
)
.pipe(gulp.dest("build/scripts"));
}

Expand Down

0 comments on commit 86a1f75

Please sign in to comment.