require 'slim-grunt-helpers/models/usemin' module SlimGruntHelpers module Models class UseminJs < Usemin protected def transform_link(link, options={}) link_path = '' link_path += '/' if options[:absolute] link_path += link[:path].to_s text = %Q{' text end end end end