Default the project directory to the current directory.
This commit is contained in:
parent
a6f8967b39
commit
bb77dcefcb
@ -2,6 +2,10 @@ module Compass
|
||||
module Configuration
|
||||
module Defaults
|
||||
|
||||
def default_project_path
|
||||
"."
|
||||
end
|
||||
|
||||
def default_project_type
|
||||
:stand_alone
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user