Tizen 2.0 Release
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.2.0 / build / bin / zip.sh
1 source build/bin/config.sh
2
3 # Packaging up the files into a zip archive
4 mkdir -p tmp
5 cp -R $OUTPUT tmp/$NAME
6
7 # ... And remove the Zipped docs so they aren't included twice (for deploy scripts)
8 # clear out old zip files
9 clear_zip_files tmp/$NAME
10
11 cd tmp && zip -rq ../$OUTPUT/$NAME.zip $NAME && cd -
12 rm -r tmp