1
0
Fork 0
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:
Yury Delendik 2012-12-02 15:47:41 -06:00
parent f3ff673240
commit 10f37f7e40
4 changed files with 693 additions and 0 deletions

View file

@ -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');