Default the project directory to the current directory.

This commit is contained in:
Chris Eppstein 2010-02-13 11:40:02 -08:00
parent a6f8967b39
commit bb77dcefcb

View File

@ -2,6 +2,10 @@ module Compass
module Configuration
module Defaults
def default_project_path
"."
end
def default_project_type
:stand_alone
end