diff --git a/config/application.yml.example b/config/application.yml.example index c25debe2c..4afc64696 100644 --- a/config/application.yml.example +++ b/config/application.yml.example @@ -69,7 +69,7 @@ defaults: &defaults ## Include jQuery from Google's CDN ## This potentially saves you some traffic and speeds up ## load time since most clients already have this one cached - jquery_cdn: true + jquery_cdn: false ## Provide a key to enable tracking by Google Analytics google_a_site: false @@ -235,6 +235,7 @@ development: production: <<: *defaults + jquery_cdn: true ################################################## # FEDERATION LOGGER ##############################