1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-25 09:38:06 +02:00

Metadata parsing/serialization

This commit is contained in:
Saebekassebil 2012-03-24 19:59:51 +01:00
parent 32eb64389e
commit 20dd225e40
6 changed files with 113 additions and 1 deletions

View file

@ -97,7 +97,8 @@ target.bundle = function() {
'worker.js',
'../external/jpgjs/jpg.js',
'jpx.js',
'bidi.js'];
'bidi.js',
'metadata-js'];
if (!exists(BUILD_DIR))
mkdir(BUILD_DIR);