aboutsummaryrefslogtreecommitdiffstats
path: root/script/switch-theme.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2015-04-21 10:28:47 +0100
committerLouise Crow <louise.crow@gmail.com>2015-04-21 10:28:47 +0100
commit0af8d48805d575fd379468531067af64596b3b33 (patch)
tree5b78cd0ca93b9a1f18ccfc7d794f61cb0925b5ba /script/switch-theme.rb
parent5fce972f8d70ad036f35008c31511f32b10c87e1 (diff)
parentef0f68f03fe7609f5e7b12b6e006183ad55641b4 (diff)
Merge remote-tracking branch 'mysociety_github/2353-precompile-only-in-production' into rails-3-develop
Diffstat (limited to 'script/switch-theme.rb')
-rwxr-xr-xscript/switch-theme.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/switch-theme.rb b/script/switch-theme.rb
index 980853687..146d1bf0c 100755
--- a/script/switch-theme.rb
+++ b/script/switch-theme.rb
@@ -129,5 +129,5 @@ STDERR.puts """Switched to #{requested_theme}!
You will need to:
1. restart any development server you have running.
2. run: bundle exec rake assets:clean
- 3. run: bundle exec rake assets:precompile
+ 3. run: bundle exec rake assets:precompile (if running in production mode)
"""