diff --git a/VERSION b/VERSION index c5d8fa43..abdbec55 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.0.9 (2012-09-17 09:36:10) stable +Version 2.0.9 (2012-09-17 10:26:12) stable diff --git a/scripts/zip_static_files.py b/scripts/zip_static_files.py index 53f39cfe..10497b7a 100644 --- a/scripts/zip_static_files.py +++ b/scripts/zip_static_files.py @@ -1,8 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -##launch with python web2py.py -S myapp -R scripts/gzip_all.py - +## launch with python web2py.py -S myapp -R scripts/zip_static_files.py ALLOWED_EXTS = ['.css', '.js'] import os