Skip to content

Instantly share code, notes, and snippets.

@hakagura
Created January 20, 2012 15:02
Show Gist options
  • Save hakagura/1647763 to your computer and use it in GitHub Desktop.
Save hakagura/1647763 to your computer and use it in GitHub Desktop.
# Simple plugin to install Twitter bootstrap end Jquery UI bootstrap.
get('https://raw.github.com/addyosmani/jquery-ui-bootstrap/master/css/custom-theme/jquery-ui-1.8.16.custom.css', destination_root('public/stylesheets/jquery-ui-1.8.16.custom.css'))
get('https://raw.github.com/addyosmani/jquery-ui-bootstrap/master/css/custom-theme/jquery.ui.1.8.16.ie.css', destination_root('public/stylesheets/jquery.ui.1.8.16.ie.css'))
get('https://raw.github.com/addyosmani/jquery-ui-bootstrap/47a3ba4bdd5841b986f97aed365639152cb17fbf/js/jquery-1.6.2.min.js', destination_root('public/javascripts/jquery-1.6.2.min.js'))
get('https://raw.github.com/addyosmani/jquery-ui-bootstrap/master/js/jquery-ui-1.8.16.custom.min.js', destination_root('public/javascripts/jquery-ui-1.8.16.custom.min.js'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment