From cb2b5c089148021b1ca31359c6c6b2f775437979 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Tue, 7 Apr 2009 00:18:54 -0700 Subject: [PATCH] Slightly better followup message for rails projects installing patterns. --- lib/compass/installers/rails.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/compass/installers/rails.rb b/lib/compass/installers/rails.rb index 3f41210f..06b4190f 100644 --- a/lib/compass/installers/rails.rb +++ b/lib/compass/installers/rails.rb @@ -34,11 +34,9 @@ Congratulations! Your rails project has been configured to use Compass. Sass will automatically compile your stylesheets during the next page request and keep them up to date when they change. Make sure you restart your server! - -Next add these lines to the head of your layouts: - NEXTSTEPS end + puts "\nNext add these lines to the head of your layouts:\n\n" puts stylesheet_links puts "\n(You are using haml, aren't you?)" end