class Ls::Generators::AssetsGenerator

Public Instance Methods

copy_livescript() click to toggle source
# File lib/rails/generators/ls/assets/assets_generator.rb, line 8
def copy_livescript
  template 'javascript.ls', File.join('app/assets/javascripts', class_path, "#{file_name}.ls")
end