Skip to content

Commit

Permalink
Re-enabled google analytics in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry committed Mar 6, 2014
1 parent 046f8e6 commit 81372a0
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,16 +287,16 @@ module.exports = function (grunt) {
showAngularDocs: false,
docular_partial_home: 'guide/home.html',
docular_partial_navigation: 'guide/nav.html',
docular_partial_footer: 'guide/footer.html'//,
// analytics: {
// account: 'UA-46792694-5',
// domainName: 'angular-cache.codetrain.io'
// },
// discussions: {
// shortName: 'angular-data',
// url: 'http://angular-cache.codetrain.io',
// dev: dev
// }
docular_partial_footer: 'guide/footer.html',
analytics: {
account: 'UA-46792694-5',
domainName: 'angular-data.codetrain.io'
},
discussions: {
shortName: 'angular-data',
url: 'http://angular-data.codetrain.io',
dev: dev
}
}
});

Expand Down

0 comments on commit 81372a0

Please sign in to comment.