aboutsummaryrefslogtreecommitdiffstats
path: root/railties/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'railties/Rakefile')
-rw-r--r--railties/Rakefile5
1 files changed, 4 insertions, 1 deletions
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 )