aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tasks/themes.rake
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2012-08-30 16:18:06 +0100
committerLouise Crow <louise.crow@gmail.com>2012-08-30 16:22:25 +0100
commita821a3698e67b3d07434877065376bd6fcd28a9e (patch)
treec25b08d61228aae5476f615b06eeb31843ef9a88 /lib/tasks/themes.rake
parent8f6fefb9abdb779fc0833be5c47073fa0bbe3813 (diff)
Be verbose for now to make any errors more obvious.
Diffstat (limited to 'lib/tasks/themes.rake')
-rw-r--r--lib/tasks/themes.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/themes.rake b/lib/tasks/themes.rake
index 40cf56179..37dfba85c 100644
--- a/lib/tasks/themes.rake
+++ b/lib/tasks/themes.rake
@@ -75,7 +75,7 @@ namespace :themes do
desc "Install themes specified in the config file's THEME_URLS"
task :install => :environment do
- verbose = false
+ verbose = true
theme_urls = MySociety::Config.get("THEME_URLS", [])
theme_urls.each{ |theme_url| install_theme(theme_url, verbose) }
theme_url = MySociety::Config.get("THEME_URL", "")