<!-- APPLICATION/SITE SCRIPTS ////////////////////////////////////
Using 'gulp-usemin' to concatenate Javascript files in production
-->

<script src="{{ htmlParameters.rootPath }}js/utils/requestAnimationFrame.js"></script>
<script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js"></script>
<!--<script src="{{ htmlParameters.rootPath }}js/utils/classlist-polyfill.js"></script>-->
<!--<script src="{{ htmlParameters.rootPath }}js/utils/dataset-polyfill.js"></script>-->
<!--<script src="{{ htmlParameters.rootPath }}js/utils/retina.js"></script>-->


{# UI Components #}
<script src="{{ htmlParameters.rootPath }}js/components/search.js"></script>
<script src="{{ htmlParameters.rootPath }}js/components/range.js"></script>
<!--<script src="{{ htmlParameters.rootPath }}js/components/fixed-navigation.js"></script>-->
<!--<script src="{{ htmlParameters.rootPath }}js/components/video.js"></script>-->
<script src="{{ htmlParameters.rootPath }}js/components/popup.js"></script>
<script src="{{ htmlParameters.rootPath }}js/vendor/bootstrap-treeview.js"></script>
<script src="{{ htmlParameters.rootPath }}js/vendor/ckeditor.js"></script>

<script src="{{ htmlParameters.rootPath }}js/main.js"></script>



{% if htmlParameters.isStyleguide %}
	<script src="{{ htmlParameters.rootPath }}js/vendor/jquery.scrollNav.js"></script>
	<script src="{{ htmlParameters.rootPath }}js/htmlencode.js"></script>
	<script src="{{ htmlParameters.rootPath }}js/styleguide.js"></script>
{% endif %}


<!-- GOOGLE ANALYTICS ////////////////////////////////////////////
- https://github.com/h5bp/html5-boilerplate/blob/master/dist/doc/extend.md
- http://mathiasbynens.be/notes/async-analytics-snippet#universal-analytics
- https://developers.google.com/analytics/devguides/collection/gajs/?hl=nl

Async Google Analytics - change UA-XXXXX-X to your site ID
<script>
	(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
	function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
	e=o.createElement(i);r=o.getElementsByTagName(i)[0];
	e.src='//www.google-analytics.com/analytics.js';
	r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
	ga('create','UA-XXXXX-X','auto');ga('send','pageview');
</script>
-->

</body>
</html>
