10 11 12 13
# File 'lib/spritely/sprockets/manifest.rb', line 10 def compile(*args) super super(*Dir.glob(Spritely.directory.join('*.png'))) end