Copy prototype.js to public/javascripts/ not just public

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@993 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
上级 8032c4ff
......@@ -121,8 +121,7 @@ task :copy_dispatches do
end
task :copy_html_files do
cp HTML_FILES.map { |dir| File.join('html', dir) },
File.join(PKG_DESTINATION, 'public')
HTML_FILES.each { |file| cp File.join('html', file), File.join(PKG_DESTINATION, 'public', file) }
end
task :copy_application do
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册