From 12ff2f76da52473af524a4c4167d0f047298bd72 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 2 Jul 2005 06:23:35 +0000 Subject: Rake task to update spin off libraries #1514 [Tobias Luetke] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1599 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/Rakefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'actionpack') diff --git a/actionpack/Rakefile b/actionpack/Rakefile index 2714ea7e80..386a66ddb3 100755 --- a/actionpack/Rakefile +++ b/actionpack/Rakefile @@ -104,6 +104,14 @@ task :lines do puts "Total: Lines #{total_lines}, LOC #{total_codelines}" end +# Publishing ------------------------------------------------------ + +task :update_scriptaculous do + system("svn export --force http://dev.rubyonrails.org/svn/rails/spinoffs/scriptaculous/src/ #{File.dirname(__FILE__)}/lib/action_view/helpers/javascripts/") +end + +desc "Updates actionpack to the latest version of the javascript spinoffs" +task :update_js => [:update_scriptaculous] # Publishing ------------------------------------------------------ -- cgit v1.2.3