File match pattern
67 68 69
# File 'lib/assets/util.rb', line 67 def self.pattern ::Asset.symlinks ? '**{,/*/**}/*.*' : '**/*.*' end