diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-03-08 21:18:03 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-03-08 21:18:03 -0800 |
commit | f5b94a26214939e52a304e30b0404a2c584fdc62 (patch) | |
tree | db9b7558b3a753a24e469cddda851a7654c79399 /settings.py | |
parent | 0f7e86251e6bea5b2a3227de8d4530b4727ad122 (diff) |
default closure compiler in a way that doesn't require EMSCRIPTEN_ROOT
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/settings.py b/settings.py index 0b19fd28..48eaa9ab 100644 --- a/settings.py +++ b/settings.py @@ -10,8 +10,6 @@ NODE_JS = 'node' SPIDERMONKEY_ENGINE = [os.path.expanduser('~/Dev/mozilla-central/js/src/js'), '-m', '-n'] V8_ENGINE = os.path.expanduser('~/Dev/v8/d8') -CLOSURE_COMPILER = os.path.join(EMSCRIPTEN_ROOT, 'third_party', 'closure-compiler', 'compiler.jar') - TEMP_DIR = '/tmp' |