Class: CsTemplate::Generator
- Inherits:
-
Thor
- Object
- Thor
- CsTemplate::Generator
- Defined in:
- lib/cs_template/generator.rb
Instance Method Summary collapse
Instance Method Details
#destroy ⇒ Object
15 16 17 |
# File 'lib/cs_template/generator.rb', line 15 def destroy sass_files_destroy end |
#install ⇒ Object
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 |