Testing my website on live implementation and hosted on localhost act differently from each other. When run on web version it goes into this code:
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
even when though I am running IE11 and
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
is in the head portion directly after the head tag.
The F12 Emulation Document mode claims that 8 is the default (Via X-UA-compatible meta tag) regardless of the line being there or not. This behavior does not happen on my localhost which runs as intended with Edge being the default (also stating 'Via X-UA-compatible meta tag).