# File lib/nanoc/filters/uglify_js.rb, line 36 def run(content, params={}) # Add filename to load path Uglifier.new(params).compile(content) end