module Assets::Watchify::Helper
Public Instance Methods
javascript_include_tag(*sources)
click to toggle source
# File lib/assets/watchify/sprockets.rb, line 2 def javascript_include_tag(*sources) sources.map {|s| Assets::Watchify.jstag s }.join("\n").html_safe end