mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
reduce file stats by improving our dir glob pattern
This commit is contained in:
@@ -239,7 +239,7 @@ module ActionView
|
||||
|
||||
exts.each do |ext|
|
||||
query << "{"
|
||||
ext.compact.each { |e| query << ".#{e}," }
|
||||
ext.compact.uniq.each { |e| query << ".#{e}," }
|
||||
query << "}"
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user