|
|
@ -250,6 +250,7 @@ target.extension = function() { |
|
|
|
echo(); |
|
|
|
echo(); |
|
|
|
echo('### Building extensions'); |
|
|
|
echo('### Building extensions'); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
target.locale(); |
|
|
|
target.production(); |
|
|
|
target.production(); |
|
|
|
target.firefox(); |
|
|
|
target.firefox(); |
|
|
|
target.chrome(); |
|
|
|
target.chrome(); |
|
|
@ -302,6 +303,7 @@ target.firefox = function() { |
|
|
|
FIREFOX_EXTENSION_NAME = 'pdf.js.xpi', |
|
|
|
FIREFOX_EXTENSION_NAME = 'pdf.js.xpi', |
|
|
|
FIREFOX_AMO_EXTENSION_NAME = 'pdf.js.amo.xpi'; |
|
|
|
FIREFOX_AMO_EXTENSION_NAME = 'pdf.js.amo.xpi'; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
target.locale(); |
|
|
|
target.production(); |
|
|
|
target.production(); |
|
|
|
target.buildnumber(); |
|
|
|
target.buildnumber(); |
|
|
|
cd(ROOT_DIR); |
|
|
|
cd(ROOT_DIR); |
|
|
|