Class: Viewable::Generators::CssGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/viewable/generators/viewable/css_generator.rb

Instance Method Summary collapse

Instance Method Details

#generate_cssObject



5
6
7
8
# File 'lib/viewable/generators/viewable/css_generator.rb', line 5

def generate_css
	template "custom.css", "app/assets/stylesheets/viewable_custom.css"
	template "fullcalendar.css", "app/assets/stylesheets/viewable_fullcalendar.css"
end