[Command Line] Fixed bug that caused the --write-configuration option to break.
This commit is contained in:
parent
55828788d1
commit
ddfba8ec83
@ -15,6 +15,10 @@ module Compass
|
|||||||
installer.write_configuration_files
|
installer.write_configuration_files
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def installer_args
|
||||||
|
[nil, project_directory, options]
|
||||||
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
@ -14,7 +14,7 @@ module Compass
|
|||||||
@target_path = target_path
|
@target_path = target_path
|
||||||
@working_path = Dir.getwd
|
@working_path = Dir.getwd
|
||||||
@options = options
|
@options = options
|
||||||
@manifest = Manifest.new(manifest_file)
|
@manifest = Manifest.new(manifest_file) if template_path
|
||||||
self.logger = options[:logger]
|
self.logger = options[:logger]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user