mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #8054 from Snuffleupagus/gulp-mozcentral-locale-dest
Write the l10n files to the correct destination for `gulp mozcentral` builds (PR 8023 follow-up)
This commit is contained in:
commit
f8879d984c
1 changed files with 1 additions and 2 deletions
|
@ -773,8 +773,7 @@ gulp.task('mozcentral-pre', ['buildnumber', 'locale'], function () {
|
|||
gulp.src(FIREFOX_EXTENSION_DIR + 'chrome-mozcentral.manifest')
|
||||
.pipe(rename('chrome.manifest'))
|
||||
.pipe(gulp.dest(MOZCENTRAL_EXTENSION_DIR)),
|
||||
gulp.src(FIREFOX_EXTENSION_DIR + 'locale/en-US/*.properties',
|
||||
{base: FIREFOX_EXTENSION_DIR})
|
||||
gulp.src(FIREFOX_EXTENSION_DIR + 'locale/en-US/*.properties')
|
||||
.pipe(gulp.dest(MOZCENTRAL_L10N_DIR)),
|
||||
gulp.src(FIREFOX_EXTENSION_DIR + 'README.mozilla')
|
||||
.pipe(replace(/\bPDFJSSCRIPT_VERSION\b/g, version))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue