Reload application on locales change

This commit is contained in:
Gautier Pelloux-Prayer 2019-10-09 13:37:00 +02:00
parent afbd93c61d
commit 998dfaee91

View file

@ -165,6 +165,7 @@ gulp.task('watch', function() {
remember.forget('scripts', event.path);
}
});
gulp.watch(paths.locales, gulp.series('locales', 'reload'));
gulp.watch(paths.styles, gulp.series('styles', 'reload'));
gulp.watch(paths.layersConfig, gulp.series('layers_config', 'reload'));
gulp.watch(