public
Description: Use Google's copies of major Javascript libraries instead of the local copies.
Homepage:
Clone URL: git://github.com/chriswarren/include_google_js.git
include_google_js / install.rb
100644 10 lines (10 sloc) 0.414 kb
1
2
3
4
5
6
7
8
9
10
puts "########################################################"
puts "# include_google_js plugin #"
puts "# Configuration #"
puts "########################################################"
puts ""
puts "Add"
puts ""
puts ":include_google_js => true"
puts ""
puts "to javascript_include_tag to use Google's copies of Prototype and Script.aculo.us."