class Dynsass::Generators::CreateStylesheetGenerator
Public Instance Methods
generate_dynsass()
click to toggle source
# File lib/generators/dynsass/create_stylesheet_generator.rb, line 6 def generate_dynsass template "dyn_stylesheet.scss.erb", "app/assets/stylesheets/sass/dyn_stylesheet.scss.erb" template "dynamic_stylesheet.rb", "lib/classes/dynamic_stylesheet.rb" end