Skip to content

Commit ac76065

Browse files
committed
Merge branch 'master' of https://github.com/googleinterns/measurement-library into pageviewSpecificDocs
2 parents 9638578 + 70bd3c4 commit ac76065

17 files changed

+620
-169
lines changed

Gruntfile.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,10 @@ module.exports = function(grunt) {
7676
'demo/public/measure-no-config.js': 'src/mainNoConfig.js',
7777
},
7878
options: {
79-
define: 'ML_DEBUG=true, DLH_DEBUG=true',
79+
// If we set ML_DEBUG to true, then the site will not send
80+
// events to google analytics, instead sending a debug
81+
// request and posting results in the console.
82+
define: 'DLH_DEBUG=true',
8083
},
8184
},
8285
},

demo/public/measure-no-config.js

Lines changed: 13 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)