# File lib/jammit/helper.rb, line 45 def should_package? Jammit.package_assets && !(Jammit.allow_debugging && params[:debug_assets]) end