diff options
author | Louise Crow <louise.crow@gmail.com> | 2015-04-21 10:28:47 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-04-21 10:28:47 +0100 |
commit | 0af8d48805d575fd379468531067af64596b3b33 (patch) | |
tree | 5b78cd0ca93b9a1f18ccfc7d794f61cb0925b5ba /script/switch-theme.rb | |
parent | 5fce972f8d70ad036f35008c31511f32b10c87e1 (diff) | |
parent | ef0f68f03fe7609f5e7b12b6e006183ad55641b4 (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-x | script/switch-theme.rb | 2 |
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) """ |