Skip to content

Commit

Permalink
Copy prototype.js to public/javascripts/ not just public
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@993 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed Mar 26, 2005
1 parent 8032c4f commit eb27b74
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions railties/Rakefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -121,8 +121,7 @@ task :copy_dispatches do
end end


task :copy_html_files do task :copy_html_files do
cp HTML_FILES.map { |dir| File.join('html', dir) }, HTML_FILES.each { |file| cp File.join('html', file), File.join(PKG_DESTINATION, 'public', file) }
File.join(PKG_DESTINATION, 'public')
end end


task :copy_application do task :copy_application do
Expand Down

0 comments on commit eb27b74

Please sign in to comment.