chore: Merge master back into develop following v9.1.1 release

Merge pull request #6658 from google/master
This commit is contained in:
Christopher Allen
2022-11-25 19:50:32 +00:00
committed by GitHub
5 changed files with 81 additions and 24 deletions

View File

@@ -52,7 +52,7 @@ function copyStaticSrc(done) {
*/
function copyBuilt(done) {
return gulp.src(['build/msg/**/*', 'dist/*_compressed.js*'], {base: '.'})
.pipe(gulp.dest(demoTmpDir));
.pipe(gulp.dest(demoStaticTmpDir));
}
/**