Using CSS tidy to compress stylesheets on the dev site always, and to
include tidy-ified stylesheets in the released builds. git-svn-id: http://svn.openlayers.org/trunk/openlayers@11477 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
+5
-1
@@ -4,11 +4,15 @@ VERSION=$1
|
||||
|
||||
svn export http://svn.openlayers.org/tags/openlayers/release-$VERSION OpenLayers-$VERSION
|
||||
cd OpenLayers-$VERSION/build
|
||||
./build.py full
|
||||
./build.py -c closure full
|
||||
cp OpenLayers.js ..
|
||||
|
||||
cd ..
|
||||
|
||||
for i in google ie6-style style; do
|
||||
csstidy theme/default/$i.css --template=highest theme/default/$i.tidy.css
|
||||
done
|
||||
|
||||
mkdir doc/devdocs
|
||||
mkdir doc/apidocs
|
||||
rm tools/*.pyc
|
||||
|
||||
Reference in New Issue
Block a user