mirror of
https://github.com/google/blockly.git
synced 2026-01-05 08:00:09 +01:00
chore: include keyboard nav in app engine files (#9383)
* chore: include keyboard nav in app engine files * chore: format
This commit is contained in:
@@ -98,6 +98,7 @@ function copyPlaygroundDeps() {
|
||||
'./node_modules/@blockly/dev-tools/dist/index.js',
|
||||
'./node_modules/@blockly/theme-modern/dist/index.js',
|
||||
'./node_modules/@blockly/block-test/dist/index.js',
|
||||
'./node_modules/@blockly/keyboard-navigation/dist/index.js',
|
||||
];
|
||||
return gulp.src(playgroundDeps, {base: '.'}).pipe(gulp.dest(demoStaticTmpDir));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user