Reload application on locales change
This commit is contained in:
parent
afbd93c61d
commit
998dfaee91
1 changed files with 1 additions and 0 deletions
|
|
@ -165,6 +165,7 @@ gulp.task('watch', function() {
|
||||||
remember.forget('scripts', event.path);
|
remember.forget('scripts', event.path);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
gulp.watch(paths.locales, gulp.series('locales', 'reload'));
|
||||||
gulp.watch(paths.styles, gulp.series('styles', 'reload'));
|
gulp.watch(paths.styles, gulp.series('styles', 'reload'));
|
||||||
gulp.watch(paths.layersConfig, gulp.series('layers_config', 'reload'));
|
gulp.watch(paths.layersConfig, gulp.series('layers_config', 'reload'));
|
||||||
gulp.watch(
|
gulp.watch(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue