make the jquery can default to false in development and test so test can run offline [ci skip]

This commit is contained in:
Maxwell Salzberg 2012-05-17 18:50:51 -07:00
parent 64dae868fe
commit 20a63e3497

View file

@ -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 ##############################