From 20a63e349778c574b44137d6116bf187dc851587 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Thu, 17 May 2012 18:50:51 -0700 Subject: [PATCH] make the jquery can default to false in development and test so test can run offline [ci skip] --- config/application.yml.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ##############################