From 998dfaee91cd6146e9398debb63c49b950cdfe42 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Wed, 9 Oct 2019 13:37:00 +0200 Subject: [PATCH] Reload application on locales change --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gulpfile.js b/gulpfile.js index e77670d..20190fd 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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(