# File lib/compass/commands/stamp_pattern.rb, line 73
      def perform
        installer.init
        installer.run(:skip_finalization => true, :skip_preparation => !is_project_creation?)
        UpdateProject.new(working_path, options).perform if installer.compilation_required?
        installer.finalize(options.merge(:create => is_project_creation?))
      end