mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
s/javascript/JavaScript
This commit is contained in:
parent
3aa8f348ef
commit
c3c852c2d8
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue