Module: Assets::Watchify::Helper
- Defined in:
- lib/assets/watchify/sprockets.rb
Instance Method Summary collapse
Instance Method Details
#javascript_include_tag(*sources) ⇒ Object
2 3 4 |
# 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 |