Skip to content

Commit

Permalink
Update the jquery recipe.
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Jul 24, 2010
1 parent 762d2e4 commit 0d5cd60
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion recipes/jquery.rb
@@ -1,2 +1,5 @@
url = 'http://code.jquery.com/jquery-latest.js'

empty_directory 'public/js'
get 'http://code.jquery.com/jquery-latest.js', 'public/js/jquery.js'
say_status :fetching, url
get url, 'public/js/jquery.js'

0 comments on commit 0d5cd60

Please sign in to comment.