mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Update locale on *.ftl change
This commit is contained in:
parent
8376b3fb05
commit
31cfec63c3
1 changed files with 7 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue