Add htmlsanitizer folder to build script.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Mon, 18 May 2009 19:34:19 +0200
changeset 2326 16c1b1412b0d
parent 2325 a72a1490a876
child 2327 6c7d0fba105c
Add htmlsanitizer folder to build script.
scripts/build.sh
--- a/scripts/build.sh	Mon May 18 19:33:47 2009 +0200
+++ b/scripts/build.sh	Mon May 18 19:34:19 2009 +0200
@@ -11,7 +11,7 @@
 DEFAULT_APP_BUILD=../build
 DEFAULT_APP_FOLDER="../app"
 DEFAULT_APP_FILES="app.yaml cron.yaml index.yaml main.py settings.py urls.py"
-DEFAULT_APP_DIRS="soc ghop gsoc feedparser python25src reflistprop jquery ranklist json"
+DEFAULT_APP_DIRS="soc ghop gsoc feedparser python25src reflistprop jquery ranklist json htmlsanitizer"
 DEFAULT_ZIP_FILES="tiny_mce.zip"
 
 APP_BUILD=${APP_BUILD:-"${DEFAULT_APP_BUILD}"}