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 Configuration
|
||||||
module Defaults
|
module Defaults
|
||||||
|
|
||||||
|
def default_project_path
|
||||||
|
"."
|
||||||
|
end
|
||||||
|
|
||||||
def default_project_type
|
def default_project_type
|
||||||
:stand_alone
|
:stand_alone
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user