Skip to content

Commit

Permalink
Merge pull request #487 from vijaydev/patch-3
Browse files Browse the repository at this point in the history
s/javascript/JavaScript
  • Loading branch information
fxn committed May 10, 2011
2 parents 3aa8f34 + c3c852c commit 8e55afb
Showing 1 changed file 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
Expand Down

0 comments on commit 8e55afb

Please sign in to comment.