lib/slim-grunt-helpers/models/usemin.rb in slim-grunt-helpers-0.0.1 vs lib/slim-grunt-helpers/models/usemin.rb in slim-grunt-helpers-0.0.2

- old
+ new

@@ -11,9 +11,10 @@ end def <<(path, options={}) @links << { path: path, options: base_options.merge(options) } end + alias_method :add, :<< def each @links.each { |link| yield(transform_link(link)) } end \ No newline at end of file