Skip to content

Commit a450a3b

Browse files
committed
Merge branch 'master' into master
2 parents d58d005 + 7b4cbe5 commit a450a3b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

misc/site/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,5 +447,16 @@ <h4 class="feature-heading">Complex Example</h4>
447447
};
448448
});
449449
</script>
450+
451+
<script>
452+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
453+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
454+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
455+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
456+
457+
ga('create', 'UA-46391685-1', 'auto');
458+
ga('send', 'pageview');
459+
460+
</script>
450461
</body>
451462
</html>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"grunt-jscs": "^0.7.1",
5252
"grunt-karma": "~0.8",
5353
"grunt-newer": "~1.1.0",
54-
"grunt-ngdocs": "https://github.com/c0bra/grunt-ngdocs/tarball/0.2.7-custom2",
54+
"grunt-ngdocs": "https://github.com/c0bra/grunt-ngdocs/tarball/0.2.7-custom3",
5555
"grunt-protractor-runner": "~2.0.0",
5656
"grunt-shell-spawn": "~0.3.0",
5757
"jit-grunt": "^0.8.0",

0 commit comments

Comments
 (0)