From 0443ff77c83f1b505e7cfa79ab8f6c4a847515eb Mon Sep 17 00:00:00 2001 From: Yury Delendik Date: Sat, 14 Mar 2015 13:45:32 -0500 Subject: [PATCH] PDF.js version 1.0.1213 --- make.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make.js b/make.js index faa202427..05c0a2a67 100644 --- a/make.js +++ b/make.js @@ -986,7 +986,7 @@ target.b2g = function() { mkdir('-p', B2G_BUILD_CONTENT_DIR); mkdir('-p', B2G_BUILD_CONTENT_DIR + BUILD_DIR); mkdir('-p', B2G_BUILD_CONTENT_DIR + '/web'); - mkdir('-p', B2G_BUILD_CONTENT_DIR + '/web/bower_components'); + mkdir('-p', B2G_BUILD_CONTENT_DIR + '/web/bower_components/pdfjs-dist'); var setup = { defines: defines, @@ -995,7 +995,7 @@ target.b2g = function() { ['extensions/b2g/viewer.html', B2G_BUILD_CONTENT_DIR + '/web'], ['extensions/b2g/viewer.css', B2G_BUILD_CONTENT_DIR + '/web'], ['extensions/b2g/viewer.js', B2G_BUILD_CONTENT_DIR + '/web'], - ['build/dist/*', B2G_BUILD_CONTENT_DIR + '/web/bower_components'] + ['build/dist/*', B2G_BUILD_CONTENT_DIR + '/web/bower_components/pdfjs-dist'] ], preprocess: [] };