Method: Frame::Generators::LayoutGenerator#copy_css
- Defined in:
- lib/generators/frame/layout/layout_generator.rb
#copy_css ⇒ Object
39 40 41 42 |
# File 'lib/generators/frame/layout/layout_generator.rb', line 39 def copy_css template('app/assets/stylesheets/frame.css') add_if_missing('app/assets/stylesheets/application.css', " *= require frame\n", :after => " *= require_self\n") end |