aboutsummaryrefslogtreecommitdiffstats
path: root/railties/Rakefile
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-06-26 12:07:30 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-06-26 12:07:30 +0000
commitf0608c9165e00466de5a57eb89da9077a8e0c15c (patch)
treeb7e896decf5f3bb57582a3c4ba2d141f0fdc738c /railties/Rakefile
parent7da736f929e88f4730f160d28afc90667c26b966 (diff)
downloadrails-f0608c9165e00466de5a57eb89da9077a8e0c15c.tar.gz
rails-f0608c9165e00466de5a57eb89da9077a8e0c15c.tar.bz2
rails-f0608c9165e00466de5a57eb89da9077a8e0c15c.zip
Include the new Javascripts in new apps
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1523 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/Rakefile')
-rw-r--r--railties/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/Rakefile b/railties/Rakefile
index 1c815e29b1..4f090dc889 100644
--- a/railties/Rakefile
+++ b/railties/Rakefile
@@ -25,7 +25,7 @@ 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 favicon.ico javascripts/prototype.js )
+HTML_FILES = %w( 404.html 500.html index.html favicon.ico javascripts/prototype.js javascripts/effects.js javascripts/dragdrop.js javascripts/controls.js )
BIN_FILES = %w( generate destroy breakpointer console server update runner profiler benchmarker )
VENDOR_LIBS = %w( actionpack activerecord actionmailer activesupport actionwebservice railties )