No csstidy, because it changes the css and breaks the zoom buttons.

This commit is contained in:
ahocevar
2012-04-14 18:32:47 +02:00
parent 342f647135
commit b683c9bae1

View File

@@ -35,10 +35,6 @@ if [ ! o$GITREV = $OLD_GITREV ]; then
cp OpenLayers.*.js .. cp OpenLayers.*.js ..
cd .. cd ..
for i in google ie6-style style; do
csstidy theme/default/$i.css --template=highest theme/default/$i.tidy.css
cp theme/default/$i.tidy.css theme/default/$i.css
done
sed -i -e 's!../lib/OpenLayers.js?mobile!../OpenLayers.mobile.js!' examples/*.html sed -i -e 's!../lib/OpenLayers.js?mobile!../OpenLayers.mobile.js!' examples/*.html
sed -i -e 's!../lib/OpenLayers.js!../OpenLayers.js!' examples/*.html sed -i -e 's!../lib/OpenLayers.js!../OpenLayers.js!' examples/*.html