mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
s/javascript/JavaScript
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
module Rails
|
||||
module Generators
|
||||
class AssetsGenerator < NamedBase
|
||||
class_option :javascripts, :type => :boolean, :desc => "Generate javascripts"
|
||||
class_option :javascripts, :type => :boolean, :desc => "Generate JavaScripts"
|
||||
class_option :stylesheets, :type => :boolean, :desc => "Generate stylesheets"
|
||||
|
||||
class_option :javascript_engine, :desc => "Engine for javascripts"
|
||||
class_option :javascript_engine, :desc => "Engine for JavaScripts"
|
||||
class_option :stylesheet_engine, :desc => "Engine for stylesheets"
|
||||
|
||||
def create_javascript_files
|
||||
|
||||
Reference in New Issue
Block a user