mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-25 09:38:06 +02:00
PDF.js features testing
This commit is contained in:
parent
f3ff673240
commit
10f37f7e40
4 changed files with 693 additions and 0 deletions
1
make.js
1
make.js
|
@ -123,6 +123,7 @@ target.web = function() {
|
|||
cp(CHROME_BUILD_DIR + '/*.crx', FIREFOX_BUILD_DIR + '/*.rdf',
|
||||
GH_PAGES_DIR + EXTENSION_SRC_DIR + 'chrome/');
|
||||
cp('web/index.html.template', GH_PAGES_DIR + '/index.html');
|
||||
cp('-R', 'test/features', GH_PAGES_DIR);
|
||||
|
||||
cd(GH_PAGES_DIR);
|
||||
exec('git init');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue