Browse Source

Updated building of pdf.js files.

pull/70/head
Joachim Bauch 11 years ago
parent
commit
e90d93358b
  1. 16
      build/build.js

16
build/build.js

@ -50,6 +50,9 @@ @@ -50,6 +50,9 @@
},
{
name: 'base',
include: [
'pdf.compatibility'
]
},
{
name: 'app',
@ -60,7 +63,18 @@ @@ -60,7 +63,18 @@
inlineText: true,
},
{
name: 'libs/pdf/pdf.worker',
name: 'pdf',
dir: './out/libs/pdf',
exclude: [
'base'
]
},
{
name: 'pdf.worker',
dir: './out/libs/pdf',
override: {
skipModuleInsertion: true
}
}
]
})

Loading…
Cancel
Save