mirror of
https://github.com/google/blockly.git
synced 2026-01-07 09:00:11 +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() {
|
function checkinBuilt() {
|
||||||
return gulp.src([
|
return gulp.src([
|
||||||
`${BUILD_DIR}/**.js`,
|
`${BUILD_DIR}/**.js`,
|
||||||
|
`${BUILD_DIR}/**.js.map`,
|
||||||
`${BUILD_DIR}/**/**.js`,
|
`${BUILD_DIR}/**/**.js`,
|
||||||
|
`${BUILD_DIR}/**/**.js.map`,
|
||||||
]).pipe(gulp.dest('.'));
|
]).pipe(gulp.dest('.'));
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user