From 60ed76b1fd546e1aa6785f73f2873bf117a8871d Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 19 Apr 2013 09:24:01 -0400 Subject: [PATCH] removed nodester and heroku --- json/config.json | 2 +- shell/deploy.sh | 9 ++------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/json/config.json b/json/config.json index 5f9fc6cf..3a8b6f66 100644 --- a/json/config.json +++ b/json/config.json @@ -2,7 +2,7 @@ "api_url" : "/api/v1", "appcache" : false, "minification" : { - "js" : true, + "js" : false, "css" : true, "html" : true, "img" : true diff --git a/shell/deploy.sh b/shell/deploy.sh index 8d25a299..d91f5825 100755 --- a/shell/deploy.sh +++ b/shell/deploy.sh @@ -7,10 +7,5 @@ echo 'appfog' af update echo '://cloudcmd.aws.af.cm' echo 'cloud foundry' -vmc update -echo '://cloudcmd.cloudfoundry.com' -echo 'nodester' -git push nodester master -echo 'heroku' -git push heroku master -cd shell \ No newline at end of file +vmc push +echo '://cloudcmd.cloudfoundry.com' \ No newline at end of file