Skip to content

Instantly share code, notes, and snippets.

@stephencelis
Created January 15, 2010 03:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stephencelis/277788 to your computer and use it in GitHub Desktop.
Save stephencelis/277788 to your computer and use it in GitHub Desktop.
CDN JavaScript assets
ActionView::Helpers::AssetTagHelper.register_javascript_expansion({
html5shiv: "http://html5shiv.googlecode.com/svn/trunk/html5.js",
ie7js: "http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE7.js",
ie8js: "http://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE8.js",
jquery: "http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js"
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment