Class: Stylus::Generators::AssetsGenerator
- Inherits:
-
Rails::Generators::NamedBase
- Object
- Rails::Generators::NamedBase
- Stylus::Generators::AssetsGenerator
- Defined in:
- lib/rails/generators/stylus/assets/assets_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_stylus ⇒ Object
8 9 10 |
# File 'lib/rails/generators/stylus/assets/assets_generator.rb', line 8 def copy_stylus template 'stylesheet.css.styl', File.join('app/assets/stylesheets', class_path, "#{file_name}.css.styl") end |