Merge pull request #17157 from calixteman/auto_update_locale
Update locale on *.ftl change
This commit is contained in:
commit
377af6892b
@ -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(
|
||||
[
|
||||
|
Loading…
x
Reference in New Issue
Block a user