Sha256: 81437f547081969697f94f1b3481178834585ff776f0d581cd510779e3bb0cb1
Contents?: true
Size: 323 Bytes
Versions: 3
Compression:
Stored size: 323 Bytes
Contents
module Slippery module Processors class JQuery < Processor JQUERY = ProcessorHelpers.asset_uri('jquery/jquery-2.1.0.min.js') #JQUERY = 'https://code.jquery.com/jquery-2.1.0.min.js' processor :add_jquery, 'head' do |head| head.add(javascript_include_tag(JQUERY)) end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
slippery-0.4.2 | lib/slippery/processors/jquery.rb |
slippery-0.4.1 | lib/slippery/processors/jquery.rb |
slippery-0.4.0 | lib/slippery/processors/jquery.rb |