# File lib/sprockets/static_compiler.rb, line 16 def compile manifest = {} env.each_logical_path do |logical_path| next unless compile_path?(logical_path) if asset = env.find_asset(logical_path) manifest[logical_path] = write_asset(asset) end end write_manifest(manifest) if @manifest end