Add jquery folder to make_release.sh script to fix not working jquery on deployed app.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Mon, 10 Nov 2008 16:07:18 +0000
changeset 463 b3a538f81a50
parent 462 1f164cd0529b
child 464 c8cfb488adf4
Add jquery folder to make_release.sh script to fix not working jquery on deployed app. Patch by: Pawel Solyga
scripts/make_release.sh
--- a/scripts/make_release.sh	Mon Nov 10 14:40:16 2008 +0000
+++ b/scripts/make_release.sh	Mon Nov 10 16:07:18 2008 +0000
@@ -11,7 +11,7 @@
 DEFAULT_APP_RELEASE=../release
 DEFAULT_APP_FOLDER="../app"
 DEFAULT_APP_FILES="app.yaml index.yaml __init__.py main.py settings.py urls.py"
-DEFAULT_APP_DIRS="soc ghop gsoc feedparser polymodel python25src reflistprop"
+DEFAULT_APP_DIRS="soc ghop gsoc feedparser polymodel python25src reflistprop jquery"
 DEFAULT_ZIP_FILES="tiny_mce.zip"
 
 APP_RELEASE=${APP_RELEASE:-"${DEFAULT_APP_RELEASE}"}