# File lib/padrino-contrib/helpers/assets_compressor.rb, line 133 def asset_path_with_compression(kind, source) file = asset_path_without_compression(kind, source) find_last_modified(file) end