mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Drop the _doc nonsense and use the index.html straight on
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@792 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -109,8 +109,7 @@ end
|
||||
desc "Make copies of all the default content of ties"
|
||||
task :copy_ties_content => [
|
||||
:copy_rootfiles, :copy_dispatches, :copy_html_files, :copy_application,
|
||||
:copy_configs, :copy_binfiles, :copy_test_helpers, :copy_docs_in_public,
|
||||
:copy_app_doc_readme ]
|
||||
:copy_configs, :copy_binfiles, :copy_test_helpers, :copy_app_doc_readme ]
|
||||
|
||||
task :copy_dispatches do
|
||||
copy_with_rewritten_ruby_path("dispatches/dispatch.rb", "#{PKG_DESTINATION}/public/dispatch.rb")
|
||||
|
||||
Reference in New Issue
Block a user