aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/xal.js
diff options
context:
space:
mode:
authorDeathamns <deathamns@gmail.com>2014-11-09 17:50:58 +0100
committerDeathamns <deathamns@gmail.com>2014-11-09 18:58:46 +0100
commit0d9d285608ac73fa9523475d8e608ce846cf5911 (patch)
treef70afb468bbc99eece361223cc1765d3af900498 /src/js/xal.js
parent4bf6664d6b28bfab7d1d220a40e54be0ad0ebfe2 (diff)
downloaduBlock-0d9d285608ac73fa9523475d8e608ce846cf5911.zip
uBlock-0d9d285608ac73fa9523475d8e608ce846cf5911.tar.gz
uBlock-0d9d285608ac73fa9523475d8e608ce846cf5911.tar.bz2
Building extension files
Adds possibility to build extension files (Chrome and Safari) from command line. To run from the project directory: python tools/build.py [meta] If the optional `meta` argument is set, then only the manifest and language files are uptated. Without that everything is being built (extension files too) into the `dist/build/version_number` folder. For Chrome there will be two files, a crx, and a .zip file which includes the key.pem private key (so this must not be shared, it's just a bit help for publishing it to the Chrome Web Store). Beside the extension files, update-files are generated too (for self hosting - Safari needs it).
Diffstat (limited to 'src/js/xal.js')
-rw-r--r--src/js/xal.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/js/xal.js b/src/js/xal.js
index 7781485..6097c54 100644
--- a/src/js/xal.js
+++ b/src/js/xal.js
@@ -58,10 +58,6 @@ exports.restart = function() {
if (vAPI.chrome) {
chrome.runtime.reload();
}
-
- // TODO? for cross-browser solution:
- // window.location.reload();
- // plus close all extension tabs
};
/******************************************************************************/