()
| 26 | } |
| 27 | |
| 28 | function watch() { |
| 29 | gulp.watch(paths.manifest, manifest); |
| 30 | gulp.watch(paths.locales.concat(paths.templates), copyI18n); |
| 31 | } |
| 32 | |
| 33 | async function jsDev() { |
| 34 | return runCommand('webpack-cli', ['-w', '--config', 'scripts/webpack.conf.js']); |