Fix build script on python before 2.6, and update_dev_dir now compiles

with closure instead of jsmin.


git-svn-id: http://svn.openlayers.org/trunk/openlayers@11449 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2011-02-24 23:48:24 +00:00
parent d06c66edab
commit 876e0dfd81
2 changed files with 9 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ if [ ! o$REV = $OLD_REV ]; then
cd /osgeo/openlayers/docs/dev/tools/
python exampleparser.py
cd /osgeo/openlayers/docs/dev/build
./build.py tests.cfg
./build.py -c closure tests.cfg
cp OpenLayers.js ..
cd ..