Sha256: b40a134ffd99c549274c02a10e5865486ee0662b47fdaa4815e28476821a6942
Contents?: true
Size: 494 Bytes
Versions: 2
Compression:
Stored size: 494 Bytes
Contents
require 'fileutils' require File.join(File.dirname(__FILE__), 'stamp_pattern') require File.join(File.dirname(__FILE__), 'update_project') require File.join(Compass.lib_directory, 'compass', 'installers') 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
chriseppstein-compass-0.5.9 | lib/compass/commands/create_project.rb |
chriseppstein-compass-0.6.0 | lib/compass/commands/create_project.rb |