From 516dc2c0f16cf187f981b5e8648a7f7f1b31d190 Mon Sep 17 00:00:00 2001 From: Thomas Fuchs Date: Wed, 28 Sep 2005 08:20:47 +0000 Subject: Update script.aculo.us to 1.5_rc2, and Prototype to 1.4.0_pre7 git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2386 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/Rakefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'railties/Rakefile') diff --git a/railties/Rakefile b/railties/Rakefile index dc04b0bd9b..098eb891c0 100644 --- a/railties/Rakefile +++ b/railties/Rakefile @@ -32,7 +32,10 @@ PUBLIC_DIRS = %w( images javascripts stylesheets ) TEST_DIRS = %w( fixtures unit functional mocks mocks/development mocks/test ) LOG_FILES = %w( server.log development.log test.log production.log ) -HTML_FILES = %w( 404.html 500.html index.html robots.txt favicon.ico javascripts/prototype.js javascripts/effects.js javascripts/dragdrop.js javascripts/controls.js ) +HTML_FILES = %w( 404.html 500.html index.html robots.txt favicon.ico + javascripts/prototype.js javascripts/scriptaculous.js + javascripts/effects.js javascripts/dragdrop.js javascripts/controls.js + javascripts/util.js javascripts/slider.js ) BIN_FILES = %w( generate destroy breakpointer console server update runner profiler benchmarker process/reaper process/spinner process/spawner ) VENDOR_LIBS = %w( actionpack activerecord actionmailer activesupport actionwebservice railties ) -- cgit v1.2.3