Navigation Menu

Skip to content

Commit

Permalink
Dont include the mime.yml anyway, Mongrel will just ship with more de…
Browse files Browse the repository at this point in the history
…faults instead

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5612 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed Nov 23, 2006
1 parent d1529a7 commit 3805c12
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -41,7 +41,6 @@ def manifest
:app_name => @app_name,
:socket => options[:db] == "mysql" ? mysql_socket_location : nil
}
m.template "configs/mime.yml", "config/mime.yml"
m.template "configs/routes.rb", "config/routes.rb"
m.template "configs/apache.conf", "public/.htaccess"

Expand Down

0 comments on commit 3805c12

Please sign in to comment.