From bb77dcefcb14a31e9853061e70c1c16508e18be2 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sat, 13 Feb 2010 11:40:02 -0800 Subject: [PATCH] Default the project directory to the current directory. --- lib/compass/configuration/defaults.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/compass/configuration/defaults.rb b/lib/compass/configuration/defaults.rb index dadc0f39..483276da 100644 --- a/lib/compass/configuration/defaults.rb +++ b/lib/compass/configuration/defaults.rb @@ -2,6 +2,10 @@ module Compass module Configuration module Defaults + def default_project_path + "." + end + def default_project_type :stand_alone end