Update locale on *.ftl change

This commit is contained in:
Calixte Denizet 2023-10-23 14:03:31 +02:00
parent 8376b3fb05
commit 31cfec63c3

View File

@ -2010,6 +2010,13 @@ gulp.task(
gulp.task(
"server",
gulp.parallel(
function watchLocale() {
gulp.watch(
"l10n/**/*.ftl",
{ ignoreInitial: false },
gulp.series("locale")
);
},
function watchDevSandbox() {
gulp.watch(
[