diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-03-21 01:04:57 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-03-21 01:04:57 +0000 |
commit | ecc0e2889614ffdd22dac0c8346da0018b3c7b12 (patch) | |
tree | a55749aad33f45c398220b9d15d84d996de51913 /railties/Rakefile | |
parent | 5d5f0bad6e934d9d4fad7d0fa4643d04c13709a9 (diff) | |
download | rails-ecc0e2889614ffdd22dac0c8346da0018b3c7b12.tar.gz rails-ecc0e2889614ffdd22dac0c8346da0018b3c7b12.tar.bz2 rails-ecc0e2889614ffdd22dac0c8346da0018b3c7b12.zip |
Add prototype.js to new apps in javascripts/ #885
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@956 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/Rakefile')
-rw-r--r-- | railties/Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/Rakefile b/railties/Rakefile index 996b5bffc7..167c6bcdf5 100644 --- a/railties/Rakefile +++ b/railties/Rakefile @@ -20,7 +20,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 ) +HTML_FILES = %w( 404.html 500.html index.html favicon.ico javascripts/prototype.js ) BIN_FILES = %w( generate destroy breakpointer console server update runner ) VENDOR_LIBS = %w( actionpack activerecord actionmailer activesupport actionwebservice railties ) |