mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 07:08:08 +02:00
Merge pull request #11724 from Snuffleupagus/default_preferences-web-files
Only build the necessary `web/` files during the `gulp default_preferences` task
This commit is contained in:
commit
066ff62527
1 changed files with 1 additions and 1 deletions
|
@ -602,7 +602,7 @@ gulp.task("default_preferences-pre", function() {
|
|||
],
|
||||
{ base: "src/" }
|
||||
),
|
||||
gulp.src(["web/*.js", "!web/{app,pdfjs,preferences,viewer}.js"], {
|
||||
gulp.src(["web/{app_options,viewer_compatibility}.js"], {
|
||||
base: ".",
|
||||
}),
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue