From ecc0e2889614ffdd22dac0c8346da0018b3c7b12 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 21 Mar 2005 01:04:57 +0000 Subject: 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 --- railties/Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/Rakefile') 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 ) -- cgit v1.2.3