mirror of
https://github.com/google/blockly.git
synced 2026-01-07 09:00:11 +01:00
fix(build): Put build products in correct location for AppEngine
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user