Update locale on *.ftl change
This commit is contained in:
parent
8376b3fb05
commit
31cfec63c3
@ -2010,6 +2010,13 @@ gulp.task(
|
|||||||
gulp.task(
|
gulp.task(
|
||||||
"server",
|
"server",
|
||||||
gulp.parallel(
|
gulp.parallel(
|
||||||
|
function watchLocale() {
|
||||||
|
gulp.watch(
|
||||||
|
"l10n/**/*.ftl",
|
||||||
|
{ ignoreInitial: false },
|
||||||
|
gulp.series("locale")
|
||||||
|
);
|
||||||
|
},
|
||||||
function watchDevSandbox() {
|
function watchDevSandbox() {
|
||||||
gulp.watch(
|
gulp.watch(
|
||||||
[
|
[
|
||||||
|
Loading…
Reference in New Issue
Block a user