cacert-testmgr/external/ZendFramework-1.9.5/externals/dojo/demos/resources/build_demos.sh
Markus Warg 8398c9048d initially import ZendFramework-1.9.5 into repository
code was modified slightly, so the code differs from the original downloadable 1.9.5 version
2010-03-31 10:12:32 +02:00

18 lines
468 B
Bash
Executable file

#!/bin/sh
# this file makes a tarball of an entire built dojo+demos tree to deploy somewhere
# pass only a version as an argument (required)
cd ../../util/buildscripts
./build.sh action=clean,release \
profile=demos-all \
releaseName=demos \
optimize=shrinksafe \
cssOptimize=comments.keepLines \
cssImportIgnore=../dijit.css,../resources/demos.css \
version=$1
./clean_release.sh ../../release demos
cd ../../release/demos
tar -czvf ../deploy-$1.tar.gz .