mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #8067 from Snuffleupagus/gulp-mozcentral-pdfjschildbootstrap.js
Include the `pdfjschildbootstrap.js` file in the output for `gulp mozcentral` builds (PR 8023 follow-up)
This commit is contained in:
commit
b509a3f83c
1 changed files with 2 additions and 0 deletions
|
@ -770,6 +770,8 @@ gulp.task('mozcentral-pre', ['buildnumber', 'locale'], function () {
|
|||
|
||||
gulp.src(FIREFOX_CONTENT_DIR + 'PdfJsTelemetry.jsm')
|
||||
.pipe(gulp.dest(MOZCENTRAL_CONTENT_DIR)),
|
||||
gulp.src(FIREFOX_CONTENT_DIR + 'pdfjschildbootstrap.js')
|
||||
.pipe(gulp.dest(MOZCENTRAL_CONTENT_DIR)),
|
||||
gulp.src(FIREFOX_EXTENSION_DIR + 'chrome-mozcentral.manifest')
|
||||
.pipe(rename('chrome.manifest'))
|
||||
.pipe(gulp.dest(MOZCENTRAL_EXTENSION_DIR)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue