From 49d1a846ba753d0e95c1d3f720800cfb13593a06 Mon Sep 17 00:00:00 2001 From: Yet Another Fred Date: Fri, 17 Jun 2016 17:38:52 +0200 Subject: [PATCH] Fix issue #99 google_analytics_tracking_id not disabled in dev mode --- _config_dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config_dev.yml b/_config_dev.yml index 2b7844f2428..5a5f83ab5f1 100644 --- a/_config_dev.yml +++ b/_config_dev.yml @@ -23,4 +23,4 @@ sass: sourcemap: true # Disable when not in production -google_analytics_tracking_id: +google_analytics_tracking_id: false