Module: Rack::JQuery::CDN
- Defined in:
- lib/rack/jquery.rb
Overview
Namespaced CDNs for convenience.
Constant Summary collapse
- MEDIA_TEMPLE =
Script tags for the Media Temple CDN
"//code.jquery.com/#{JQUERY_FILE_NAME}"- GOOGLE =
Script tags for the Google CDN
"//ajax.googleapis.com/ajax/libs/jquery/#{JQUERY_VERSION}/jquery.min.js"- MICROSOFT =
Script tags for the Microsoft CDN
"//ajax.aspnetcdn.com/ajax/jQuery/#{JQUERY_FILE_NAME}"- CLOUDFLARE =
Script tags for the Cloudflare CDN
"//cdnjs.cloudflare.com/ajax/libs/jquery/#{JQUERY_VERSION}/jquery.min.js"