Created
August 4, 2010 10:02
-
-
Save mconnell/507922 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Create the javascripts dir | |
run 'mkdir public/javascripts' | |
# pull down jquery, jquery-ui and the appropriate rails driver | |
run 'curl -L http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js > public/javascripts/jquery.js' | |
run 'curl -L http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.2/jquery-ui.min.js > public/javascripts/jquery-ui.js' | |
run 'curl -L http://github.com/rails/jquery-ujs/raw/master/src/rails.js > public/javascripts/rails.js' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment