mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 09:20:06 +02:00
Merge pull request #17157 from calixteman/auto_update_locale
Update locale on *.ftl change
This commit is contained in:
commit
377af6892b
1 changed files with 7 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue