Class: CsTemplate::Generator

Inherits:
Thor
  • Object
show all
Defined in:
lib/cs_template/generator.rb

Instance Method Summary collapse

Instance Method Details

#destroyObject



15
16
17
# File 'lib/cs_template/generator.rb', line 15

def destroy
  sass_files_destroy
end

#installObject



8
9
10
11
12
# File 'lib/cs_template/generator.rb', line 8

def install
  sass_files_install
  gem_install 'bourbon'
  gem_install 'neat'
end