recipes/jquery.rb in rails_apps_composer-1.0.5 vs recipes/jquery.rb in rails_apps_composer-1.0.6
- old
+ new
@@ -13,10 +13,10 @@
remove_file 'public/javascripts/dragdrop.js'
remove_file 'public/javascripts/effects.js'
remove_file 'public/javascripts/prototype.js'
# add jQuery files
inside "public/javascripts" do
- get "https://github.com/rails/jquery-ujs/raw/master/src/rails.js", "rails.js"
+ get "https://raw.github.com/rails/jquery-ujs/master/src/rails.js", "rails.js"
get "http://code.jquery.com/jquery-1.6.min.js", "jquery.js"
if config['ui']
get "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.12/jquery-ui.min.js", "jqueryui.js"
end
end