[OpenLayers-Commits] r11508 - trunk/openlayers/tools

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Fri Feb 25 10:13:54 EST 2011


Author: crschmidt
Date: 2011-02-25 07:13:53 -0800 (Fri, 25 Feb 2011)
New Revision: 11508

Modified:
   trunk/openlayers/tools/release.sh
Log:
Build examples when releasing.


Modified: trunk/openlayers/tools/release.sh
===================================================================
--- trunk/openlayers/tools/release.sh	2011-02-25 14:52:56 UTC (rev 11507)
+++ trunk/openlayers/tools/release.sh	2011-02-25 15:13:53 UTC (rev 11508)
@@ -13,7 +13,9 @@
 rm ../tools/closure-compiler.jar
 
 cd ..
-
+cd tools
+python exampleparser.py
+cd ..
 for i in google ie6-style style; do
     csstidy theme/default/$i.css --template=highest theme/default/$i.tidy.css
 done    



More information about the Commits mailing list