Sha256: 516f051a0e2efc554402ac35375e070125427938e97fef29061396acb9e9a8c2

Contents?: true

Size: 428 Bytes

Versions: 42

Compression:

Stored size: 428 Bytes

Contents

require 'fileutils'
require File.join(File.dirname(__FILE__), 'stamp_pattern')
require File.join(File.dirname(__FILE__), 'update_project')

module Compass
  module Commands
    class CreateProject < StampPattern

      def initialize(working_path, options)
        super(working_path, options.merge(:pattern => "project", :pattern_name => nil))
      end

      def is_project_creation?
        true
      end

    end
  end
end

Version data entries

42 entries across 42 versions & 4 rubygems

Version Path
alphasights-compass-0.8.12 lib/compass/commands/create_project.rb
chriseppstein-compass-0.6.1 lib/compass/commands/create_project.rb
chriseppstein-compass-0.6.10 lib/compass/commands/create_project.rb
chriseppstein-compass-0.6.11 lib/compass/commands/create_project.rb
chriseppstein-compass-0.6.12 lib/compass/commands/create_project.rb
chriseppstein-compass-0.6.13 lib/compass/commands/create_project.rb
chriseppstein-compass-0.6.14 lib/compass/commands/create_project.rb
chriseppstein-compass-0.6.15 lib/compass/commands/create_project.rb
chriseppstein-compass-0.6.2 lib/compass/commands/create_project.rb
chriseppstein-compass-0.6.3 lib/compass/commands/create_project.rb
chriseppstein-compass-0.6.4 lib/compass/commands/create_project.rb
chriseppstein-compass-0.6.5 lib/compass/commands/create_project.rb
chriseppstein-compass-0.6.6 lib/compass/commands/create_project.rb
chriseppstein-compass-0.6.7 lib/compass/commands/create_project.rb
chriseppstein-compass-0.6.8 lib/compass/commands/create_project.rb
chriseppstein-compass-0.6.9 lib/compass/commands/create_project.rb
chriseppstein-compass-0.7.0 lib/compass/commands/create_project.rb
chriseppstein-compass-0.8.0 lib/compass/commands/create_project.rb
chriseppstein-compass-0.8.1 lib/compass/commands/create_project.rb
chriseppstein-compass-0.8.10 lib/compass/commands/create_project.rb