Skip to content

Commit

Permalink
Merge pull request #531 from amatsuda/update_javascripts
Browse files Browse the repository at this point in the history
remove update:javascripts rake task
  • Loading branch information
josevalim committed May 12, 2011
2 parents 27a61f4 + 9d8ce55 commit 2bff301
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions railties/lib/rails/tasks/framework.rake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace :rails do
desc "Update both configs and public/javascripts from Rails (or use just update:javascripts or update:configs)"
task :update => [ "update:configs", "update:javascripts", "update:scripts", "update:application_controller" ]
desc "Update configs and some other initially generated files (or use just update:configs, update:scripts, or update:application_controller)"
task :update => [ "update:configs", "update:scripts", "update:application_controller" ]

desc "Applies the template supplied by LOCATION=/path/to/template"
task :template do
Expand Down Expand Up @@ -58,11 +58,6 @@ namespace :rails do
invoke_from_app_generator :create_config_files
end

# desc "Update Prototype javascripts from your current rails install"
task :javascripts do
invoke_from_app_generator :create_javascript_files
end

# desc "Adds new scripts to the application script/ directory"
task :scripts do
invoke_from_app_generator :create_script_files
Expand Down

0 comments on commit 2bff301

Please sign in to comment.