Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Farning <dfarning@gmail.com>2009-02-20 16:56:15 (GMT)
committer David Farning <dfarning@gmail.com>2009-02-20 16:56:15 (GMT)
commitfbdffbf6c82dd7859b39373880cb424ea4335951 (patch)
tree781a359d2e11c5a4e97845c94063e31e5f80bebd
parent01ffe9831274a881062292e323f882d7de45aaf2 (diff)
comment out .js and .css mangling"
-rwxr-xr-xbin/build.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/build.py b/bin/build.py
index b6ec82a..0996e08 100755
--- a/bin/build.py
+++ b/bin/build.py
@@ -231,9 +231,10 @@ def main(argv = None):
if not java:
print "Usage: %s path_to_jre" % argv[0]
sys.exit(1)
-
- updateRevisions()
- concatAndMinify()
+
+#TODO these are commented out unit we can fix them fo use with also
+# updateRevisions()
+# concatAndMinify()
compilePo()
print 'Done.'