mirror of
https://github.com/google/blockly.git
synced 2026-01-05 08:00:09 +01:00
Also check in sourcemaps
The .js.map files generated by buildCompressed, buildBlocks etc. were not being copied back by checkinBuilt.
This commit is contained in:
@@ -547,7 +547,9 @@ const build = gulp.parallel(
|
||||
function checkinBuilt() {
|
||||
return gulp.src([
|
||||
`${BUILD_DIR}/**.js`,
|
||||
`${BUILD_DIR}/**.js.map`,
|
||||
`${BUILD_DIR}/**/**.js`,
|
||||
`${BUILD_DIR}/**/**.js.map`,
|
||||
]).pipe(gulp.dest('.'));
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user