Move files around to organize along packages
[armadillo.git] / build.py
index 74acfd34b8cd5148e73fa0bcd436c0b2ec3ce338..86950a8fe65fe0c9a5f23815304763ae28e17c28 100755 (executable)
--- a/build.py
+++ b/build.py
@@ -22,7 +22,7 @@ SRC_PATH  = os.path.join(ROOT, 'src')
 PROD_PATH = os.path.join(ROOT, 'out')
 FE_PATH   = os.path.join(ROOT, 'web_frontend')
 
-CLOSURE_COMPILER = os.path.join(ROOT, 'closure-compiler.jar')
+CLOSURE_COMPILER = os.path.join(ROOT, 'build', 'closure-compiler.jar')
 
 VERSION_FILE = os.path.join(FE_PATH, 'version.js.proto')