lib/compass/commands/project_base.rb in compass-edge-0.9.3 vs lib/compass/commands/project_base.rb in compass-edge-0.9.4

- old
+ new

@@ -9,11 +9,11 @@ attr_accessor :project_directory, :project_name, :options def initialize(working_path, options = {}) super(working_path, options) self.project_name = determine_project_name(working_path, options) - Compass.configuration.project_path = determine_project_directory(working_path, options) + Compass.add_configuration({:project_path => determine_project_directory(working_path, options)}, "implied") configure! end def execute super @@ -87,6 +87,6 @@ path.index(File::SEPARATOR) == 0 end end end -end \ No newline at end of file +end