From 75703c52236f99c7209c63e000e700d38a4a91c0 Mon Sep 17 00:00:00 2001 From: Pawel Solyga Date: Mon, 1 Jun 2009 23:42:36 +0200 Subject: [PATCH] Add taggable-mixin and gviz to build script. --- scripts/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index b1b30333..827fba09 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -11,7 +11,8 @@ DEFAULT_APP_BUILD=../build DEFAULT_APP_FOLDER="../app" DEFAULT_APP_FILES="app.yaml cron.yaml index.yaml main.py settings.py shell.py urls.py gae_django.py" -DEFAULT_APP_DIRS="soc ghop gsoc feedparser python25src reflistprop jquery ranklist shell json htmlsanitizer" +DEFAULT_APP_DIRS="soc ghop gsoc feedparser python25src reflistprop jquery \ + ranklist shell json htmlsanitizer taggable-mixin gviz" DEFAULT_ZIP_FILES="tiny_mce.zip" APP_BUILD=${APP_BUILD:-"${DEFAULT_APP_BUILD}"} -- 2.11.4.GIT