From 985cb441103c79651f12a013326aa15f54fa8182 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 27 Feb 2006 04:38:39 +0000 Subject: Added namespaces to all tasks, so for example load_fixtures is now db:fixtures:load. All the old task names are still valid, they just point to the new namespaced names. "rake -T" will only show the namespaced ones, though [DHH] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3680 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/lib/tasks/javascripts.rake | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 railties/lib/tasks/javascripts.rake (limited to 'railties/lib/tasks/javascripts.rake') diff --git a/railties/lib/tasks/javascripts.rake b/railties/lib/tasks/javascripts.rake deleted file mode 100644 index 5fc01562e8..0000000000 --- a/railties/lib/tasks/javascripts.rake +++ /dev/null @@ -1,6 +0,0 @@ - -desc "Update your javascripts from your current rails install." -task :update_javascripts do - require 'railties_path' - FileUtils.cp(Dir[RAILTIES_PATH + '/html/javascripts/*.js'], RAILS_ROOT + '/public/javascripts/') -end -- cgit v1.2.3