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