Class: BootstrapPagedown::Generators::SassGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- BootstrapPagedown::Generators::SassGenerator
- Defined in:
- lib/generators/bootstrap_pagedown/sass_generator.rb
Constant Summary collapse
- VENDOR_PATH =
File.( '../../../../vendor/assets/stylesheets/', __FILE__ )
Instance Method Summary collapse
Instance Method Details
#copy_sass ⇒ Object
10 11 12 |
# File 'lib/generators/bootstrap_pagedown/sass_generator.rb', line 10 def copy_sass directory VENDOR_PATH, 'app/assets/stylesheets' end |