lib/slim-grunt-helpers/helpers.rb in slim-grunt-helpers-0.0.4 vs lib/slim-grunt-helpers/helpers.rb in slim-grunt-helpers-0.0.5
- old
+ new
@@ -41,9 +41,13 @@
usemin.each do |link|
text << "#{ link }\n"
end
text << "<!-- endbuild -->\n"
end
+
+ def sg_empty_href
+ 'javascript:void(0);'
+ end
end
end
\ No newline at end of file