# File lib/compass/installers/manifest_installer.rb, line 8
      def initialize(template_path, target_path, options = {})
        super
        @manifest = Manifest.new(manifest_file, options) if template_path
      end