diff options
author | Louise Crow <louise@mysociety.org> | 2015-04-20 12:52:41 +0100 |
---|---|---|
committer | Louise Crow <louise@mysociety.org> | 2015-04-20 12:52:41 +0100 |
commit | ef0f68f03fe7609f5e7b12b6e006183ad55641b4 (patch) | |
tree | 5b78cd0ca93b9a1f18ccfc7d794f61cb0925b5ba /script | |
parent | 5fce972f8d70ad036f35008c31511f32b10c87e1 (diff) |
Update switch-theme.rb
Diffstat (limited to 'script')
-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) """ |