From 8be3267d007361c080f52e0c89f31a59a576f7b3 Mon Sep 17 00:00:00 2001 From: David Morley Date: Wed, 30 May 2012 10:22:28 -0700 Subject: [PATCH] remove jammit --- script/server | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/server b/script/server index a8a4a8ed3..5332d77af 100755 --- a/script/server +++ b/script/server @@ -96,8 +96,8 @@ fi if [ ! -e 'public/assets/default.css' ]; then if [ "$RAILS_ENV" == 'production' ]; then echo "INFO: If you want further performance improvements," >&2 - echo "after the first request to the page after each git pull, run:" >&2 - echo "bundle exec jammit" >&2 + echo "after each git pull before you restart the application, run:" >&2 + echo "bundle exec rake assets:precompile" >&2 fi fi