From a26f8b7e273fa8a695fa9d8cf543bd931b92ab9c Mon Sep 17 00:00:00 2001 From: crschmidt Date: Fri, 25 Feb 2011 15:13:53 +0000 Subject: [PATCH] Build examples when releasing. git-svn-id: http://svn.openlayers.org/trunk/openlayers@11508 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tools/release.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/release.sh b/tools/release.sh index 7a6cff142f..307b3f46a7 100755 --- a/tools/release.sh +++ b/tools/release.sh @@ -13,7 +13,9 @@ cp OpenLayers.js .. 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