Module: Rack::JQueryUI::Themes::CDN

Defined in:
lib/rack/jquery_ui/themes.rb

Overview

Namespaced for convenience, to help with checking which CDN supports what.

Constant Summary collapse

MEDIA_TEMPLE =

URL for the Media Temple CDN

"http://code.jquery.com/ui/#{JQueryUI::JQUERY_UI_VERSION}/themes/:THEME/jquery-ui.min.css"
GOOGLE =

URL for the Google CDN

"//ajax.googleapis.com/ajax/libs/jqueryui/#{JQueryUI::JQUERY_UI_VERSION}/themes/:THEME/jquery-ui.min.css"
MICROSOFT =

URL for the Microsoft CDN

"//ajax.microsoft.com/ajax/jquery.ui/#{JQueryUI::JQUERY_UI_VERSION}/themes/:THEME/jquery-ui.min.css"