2015-02-19 12:51:07 -05:00
|
|
|
<!-- Angular Material Dependencies -->
|
|
|
|
script(src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.6/angular.js")
|
|
|
|
script(src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.6/angular-animate.js")
|
|
|
|
script(src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.6/angular-aria.js")
|
|
|
|
script(src="https://rawgit.com/angular/bower-material/master/angular-material.js")
|
|
|
|
|
2015-03-01 23:00:19 -05:00
|
|
|
<!-- VENDORS -->
|
|
|
|
script(src="/resources/js/vendor/prettify.js")
|
|
|
|
script(src="/resources/js/vendor/lang-basic.js")
|
|
|
|
script(src="/resources/js/vendor/lang-dart.js")
|
|
|
|
|
|
|
|
|
2015-02-19 12:51:07 -05:00
|
|
|
script(src="/resources/js/site.js")
|
2015-03-04 08:21:10 -05:00
|
|
|
|
|
|
|
<!-- GA -->
|
2015-03-04 10:48:12 -05:00
|
|
|
script.
|
2015-03-04 08:21:10 -05:00
|
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
|
|
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
|
|
|
|
|
|
|
ga('create', 'UA-8594346-15', 'auto');
|
|
|
|
ga('send', 'pageview')
|