From 9429daa2d4ce051c8e95a34d4244b0e100e6c803 Mon Sep 17 00:00:00 2001
From: Sindre Sorhus <sindresorhus@gmail.com>
Date: Sun, 26 Jan 2014 00:59:07 +0100
Subject: [PATCH] X-UA-Compatible is deprecated in IE11

http://msdn.microsoft.com/en-us/library/ie/bg182625(v=vs.85).aspx
---
 architecture-examples/agilityjs/index.html                | 1 -
 architecture-examples/angularjs-perf/index.html           | 1 -
 architecture-examples/angularjs/index.html                | 1 -
 architecture-examples/backbone/index.html                 | 1 -
 architecture-examples/canjs/index.html                    | 3 +--
 architecture-examples/closure/index.html                  | 1 -
 architecture-examples/dojo/index-1.7.html                 | 1 -
 architecture-examples/dojo/index.html                     | 1 -
 architecture-examples/emberjs/index.html                  | 1 -
 architecture-examples/gwt/index.html                      | 1 -
 architecture-examples/jquery/index.html                   | 1 -
 architecture-examples/knockback/index.html                | 1 -
 architecture-examples/knockoutjs/index.html               | 1 -
 architecture-examples/polymer/index.html                  | 1 -
 architecture-examples/react/index.html                    | 1 -
 architecture-examples/spine/index.html                    | 1 -
 architecture-examples/yui/index.html                      | 1 -
 dependency-examples/backbone_require/index.html           | 1 -
 dependency-examples/flight/index.html                     | 1 -
 labs/architecture-examples/angular-dart/web/index.html    | 1 -
 labs/architecture-examples/ariatemplates/index.html       | 1 -
 labs/architecture-examples/backbone.xmpp/index.html       | 1 -
 labs/architecture-examples/backbone_marionette/index.html | 1 -
 labs/architecture-examples/batman/index.html              | 1 -
 labs/architecture-examples/componentjs/index.html         | 1 -
 labs/architecture-examples/cujo/index.html                | 1 -
 labs/architecture-examples/dermis/index.html              | 1 -
 labs/architecture-examples/dijon/index.html               | 1 -
 .../duel/src/main/resources/views/HomePage.duel           | 1 -
 labs/architecture-examples/duel/www/index.html            | 1 -
 labs/architecture-examples/epitome/index.html             | 1 -
 labs/architecture-examples/exoskeleton/index.html         | 1 -
 labs/architecture-examples/extjs/index.html               | 1 -
 labs/architecture-examples/extjs_deftjs/index.html        | 1 -
 labs/architecture-examples/firebase-angular/index.html    | 1 -
 labs/architecture-examples/kendo/index.html               | 1 -
 labs/architecture-examples/meteor/app.html                | 1 -
 labs/architecture-examples/montage/index.html             | 3 +--
 labs/architecture-examples/montage/index.html.bundle-0.js | 8 ++++----
 labs/architecture-examples/mozart/index.html              | 1 -
 labs/architecture-examples/olives/index.html              | 1 -
 labs/architecture-examples/plastronjs/index.html          | 1 -
 labs/architecture-examples/puremvc/index.html             | 1 -
 labs/architecture-examples/ractive/index.html             | 1 -
 labs/architecture-examples/rappidjs/index.html            | 1 -
 labs/architecture-examples/sammyjs/index.html             | 1 -
 labs/architecture-examples/sapui5/index.html              | 1 -
 labs/architecture-examples/serenadejs/index.html          | 1 -
 .../socketstream/client/views/app.html                    | 1 -
 labs/architecture-examples/somajs/index.html              | 1 -
 labs/architecture-examples/stapes/index.html              | 1 -
 labs/architecture-examples/thorax/index.html              | 1 -
 labs/architecture-examples/typescript-angular/index.html  | 1 -
 labs/architecture-examples/typescript-backbone/index.html | 1 -
 labs/dependency-examples/angularjs_require/index.html     | 1 -
 .../backbone_marionette_require/index.html                | 1 -
 labs/dependency-examples/canjs_require/index.html         | 1 -
 .../chaplin-brunch/app/assets/index.html                  | 1 -
 labs/dependency-examples/chaplin-brunch/public/index.html | 1 -
 labs/dependency-examples/durandal/index.html              | 3 +--
 labs/dependency-examples/enyo_backbone/index.html         | 1 -
 labs/dependency-examples/knockoutjs_require/index.html    | 1 -
 labs/dependency-examples/lavaca_require/index.html        | 3 +--
 labs/dependency-examples/somajs_require/index.html        | 1 -
 labs/dependency-examples/stapes_require/index.html        | 1 -
 labs/dependency-examples/thorax_lumbar/public/index.html  | 1 -
 labs/dependency-examples/troopjs_require/index.html       | 1 -
 template/index.html                                       | 1 -
 vanilla-examples/vanilladart/build/index.html             | 1 -
 vanilla-examples/vanilladart/web/index.html               | 1 -
 vanilla-examples/vanillajs/index.html                     | 1 -
 71 files changed, 8 insertions(+), 78 deletions(-)

diff --git a/architecture-examples/agilityjs/index.html b/architecture-examples/agilityjs/index.html
index 6e101409..35be8985 100644
--- a/architecture-examples/agilityjs/index.html
+++ b/architecture-examples/agilityjs/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="agilityjs">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>Agility.js • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 	</head>
diff --git a/architecture-examples/angularjs-perf/index.html b/architecture-examples/angularjs-perf/index.html
index a32077d9..cb1511a3 100644
--- a/architecture-examples/angularjs-perf/index.html
+++ b/architecture-examples/angularjs-perf/index.html
@@ -2,7 +2,6 @@
 <html lang="en" ng-app="todomvc" data-framework="angularjs">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>AngularJS • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 		<style>[ng-cloak] { display: none; }</style>
diff --git a/architecture-examples/angularjs/index.html b/architecture-examples/angularjs/index.html
index 2960036d..989c302b 100644
--- a/architecture-examples/angularjs/index.html
+++ b/architecture-examples/angularjs/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="angularjs">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>AngularJS • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 		<style>[ng-cloak] { display: none; }</style>
diff --git a/architecture-examples/backbone/index.html b/architecture-examples/backbone/index.html
index 892a1ab6..d82fadb3 100644
--- a/architecture-examples/backbone/index.html
+++ b/architecture-examples/backbone/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="backbonejs">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>Backbone.js • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 	</head>
diff --git a/architecture-examples/canjs/index.html b/architecture-examples/canjs/index.html
index f7de5ae1..85cc7e83 100644
--- a/architecture-examples/canjs/index.html
+++ b/architecture-examples/canjs/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="canjs">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>CanJS • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 	</head>
@@ -52,7 +51,7 @@
 					</button>
 				</footer>
 			</todo-app>
-		</script>		
+		</script>
 		<script src="bower_components/todomvc-common/base.js"></script>
 		<script src="bower_components/jquery/jquery.js"></script>
 		<script src="bower_components/canjs/can.jquery.js"></script>
diff --git a/architecture-examples/closure/index.html b/architecture-examples/closure/index.html
index ad07042e..03f95ccb 100644
--- a/architecture-examples/closure/index.html
+++ b/architecture-examples/closure/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="closure">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>Closure • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 	</head>
diff --git a/architecture-examples/dojo/index-1.7.html b/architecture-examples/dojo/index-1.7.html
index 5f710aa6..4672a6ce 100644
--- a/architecture-examples/dojo/index-1.7.html
+++ b/architecture-examples/dojo/index-1.7.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="dojo">
 <head>
 	<meta charset="utf-8">
-	<meta http-equiv="X-UA-Compatible" content="IE=edge">
 	<title>Dojo • TodoMVC</title>
 	<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 	<link rel="stylesheet" href="css/app.css">
diff --git a/architecture-examples/dojo/index.html b/architecture-examples/dojo/index.html
index 7bd06344..1b721766 100644
--- a/architecture-examples/dojo/index.html
+++ b/architecture-examples/dojo/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="dojo">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>Dojo • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 		<link rel="stylesheet" href="css/app.css">
diff --git a/architecture-examples/emberjs/index.html b/architecture-examples/emberjs/index.html
index 7f75f6dc..4f842ca6 100644
--- a/architecture-examples/emberjs/index.html
+++ b/architecture-examples/emberjs/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="emberjs">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>ember.js • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 	</head>
diff --git a/architecture-examples/gwt/index.html b/architecture-examples/gwt/index.html
index f2beb703..219baa6c 100644
--- a/architecture-examples/gwt/index.html
+++ b/architecture-examples/gwt/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="gwt">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>Google Web Toolkit • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 		<link rel="stylesheet" href="css/app.css">
diff --git a/architecture-examples/jquery/index.html b/architecture-examples/jquery/index.html
index 5d65d68f..409a9a03 100644
--- a/architecture-examples/jquery/index.html
+++ b/architecture-examples/jquery/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="jquery">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>jQuery • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 		<link rel="stylesheet" href="css/app.css">
diff --git a/architecture-examples/knockback/index.html b/architecture-examples/knockback/index.html
index 8b1873e4..87f8e754 100644
--- a/architecture-examples/knockback/index.html
+++ b/architecture-examples/knockback/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="knockback">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>Knockback.js • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 	</head>
diff --git a/architecture-examples/knockoutjs/index.html b/architecture-examples/knockoutjs/index.html
index 2320dfae..708ca28f 100644
--- a/architecture-examples/knockoutjs/index.html
+++ b/architecture-examples/knockoutjs/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="knockoutjs">
 	<head>
 		<meta charset="utf-8">
-		<meta content="IE=edge" http-equiv="X-UA-Compatible">
 		<title>Knockout.js • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 	</head>
diff --git a/architecture-examples/polymer/index.html b/architecture-examples/polymer/index.html
index 9e25f2c7..c8589892 100644
--- a/architecture-examples/polymer/index.html
+++ b/architecture-examples/polymer/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="polymer">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>Polymer • TodoMVC</title>
 		<link rel="stylesheet" href="app/app.css">
 		<link rel="import" href="lib-elements/polymer-localstorage.html">
diff --git a/architecture-examples/react/index.html b/architecture-examples/react/index.html
index bfbc1f9c..19de8ea2 100644
--- a/architecture-examples/react/index.html
+++ b/architecture-examples/react/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="react">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>React • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 	</head>
diff --git a/architecture-examples/spine/index.html b/architecture-examples/spine/index.html
index 66e1bfa4..df5464d4 100644
--- a/architecture-examples/spine/index.html
+++ b/architecture-examples/spine/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="spine">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>Spine.js • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 	</head>
diff --git a/architecture-examples/yui/index.html b/architecture-examples/yui/index.html
index 9d9802b1..73e43e8a 100644
--- a/architecture-examples/yui/index.html
+++ b/architecture-examples/yui/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="yui">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>YUI • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 	</head>
diff --git a/dependency-examples/backbone_require/index.html b/dependency-examples/backbone_require/index.html
index da4e55be..e9995311 100644
--- a/dependency-examples/backbone_require/index.html
+++ b/dependency-examples/backbone_require/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="backbonejs">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>Backbone.js + RequireJS • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 		<script src="bower_components/todomvc-common/base.js"></script>
diff --git a/dependency-examples/flight/index.html b/dependency-examples/flight/index.html
index b0efcea3..b9d68aeb 100644
--- a/dependency-examples/flight/index.html
+++ b/dependency-examples/flight/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="flight">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>Flight • Todo</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 	</head>
diff --git a/labs/architecture-examples/angular-dart/web/index.html b/labs/architecture-examples/angular-dart/web/index.html
index cd85cc49..42dfefe7 100644
--- a/labs/architecture-examples/angular-dart/web/index.html
+++ b/labs/architecture-examples/angular-dart/web/index.html
@@ -2,7 +2,6 @@
 <html lang="en" ng-app data-framework="angulardart">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>AngularDart • TodoMVC</title>
 		<link rel="stylesheet" href="../bower_components/todomvc-common/base.css">
 		<style>
diff --git a/labs/architecture-examples/ariatemplates/index.html b/labs/architecture-examples/ariatemplates/index.html
index c7d4709e..5352792d 100644
--- a/labs/architecture-examples/ariatemplates/index.html
+++ b/labs/architecture-examples/ariatemplates/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="ariatemplates">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>Aria Templates • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 		<link rel="stylesheet" href="css/app.css">
diff --git a/labs/architecture-examples/backbone.xmpp/index.html b/labs/architecture-examples/backbone.xmpp/index.html
index 877dc2db..e6cf1f83 100644
--- a/labs/architecture-examples/backbone.xmpp/index.html
+++ b/labs/architecture-examples/backbone.xmpp/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="backbonejs">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>Backbone.js • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 	</head>
diff --git a/labs/architecture-examples/backbone_marionette/index.html b/labs/architecture-examples/backbone_marionette/index.html
index c6921656..cc83da2e 100644
--- a/labs/architecture-examples/backbone_marionette/index.html
+++ b/labs/architecture-examples/backbone_marionette/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="marionettejs">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>Marionette • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 		<link rel="stylesheet" href="css/app.css">
diff --git a/labs/architecture-examples/batman/index.html b/labs/architecture-examples/batman/index.html
index 48c9865b..c82565b3 100644
--- a/labs/architecture-examples/batman/index.html
+++ b/labs/architecture-examples/batman/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="batman">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>Batman • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 	</head>
diff --git a/labs/architecture-examples/componentjs/index.html b/labs/architecture-examples/componentjs/index.html
index f7a4a0a0..528e0547 100644
--- a/labs/architecture-examples/componentjs/index.html
+++ b/labs/architecture-examples/componentjs/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="componentjs">
     <head>
         <meta charset="utf-8">
-        <meta http-equiv="X-UA-Compatible" content="IE=edge">
         <title>ComponentJS • TodoMVC</title>
 
         <!-- load third-party libraries -->
diff --git a/labs/architecture-examples/cujo/index.html b/labs/architecture-examples/cujo/index.html
index fd6460e0..7dbde92b 100644
--- a/labs/architecture-examples/cujo/index.html
+++ b/labs/architecture-examples/cujo/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="cujo">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>cujo • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 	</head>
diff --git a/labs/architecture-examples/dermis/index.html b/labs/architecture-examples/dermis/index.html
index 83985fd1..8711fa0a 100644
--- a/labs/architecture-examples/dermis/index.html
+++ b/labs/architecture-examples/dermis/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="dermis">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>Dermis • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 	</head>
diff --git a/labs/architecture-examples/dijon/index.html b/labs/architecture-examples/dijon/index.html
index 64310b88..7e165933 100644
--- a/labs/architecture-examples/dijon/index.html
+++ b/labs/architecture-examples/dijon/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="dijon">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>Dijon • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 	</head>
diff --git a/labs/architecture-examples/duel/src/main/resources/views/HomePage.duel b/labs/architecture-examples/duel/src/main/resources/views/HomePage.duel
index 388e3739..462a6b8c 100644
--- a/labs/architecture-examples/duel/src/main/resources/views/HomePage.duel
+++ b/labs/architecture-examples/duel/src/main/resources/views/HomePage.duel
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="duel">
 <head>
 	<meta charset="utf-8">
-	<meta http-equiv="X-UA-Compatible" content="IE=edge">
 	<title>DUEL &bull; TodoMVC</title>
 	<link rel="stylesheet" href="/css/styles.merge">
 </head>
diff --git a/labs/architecture-examples/duel/www/index.html b/labs/architecture-examples/duel/www/index.html
index ece0da2c..3eff1ee7 100644
--- a/labs/architecture-examples/duel/www/index.html
+++ b/labs/architecture-examples/duel/www/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="duel">
 	<head>
 		<meta charset="utf-8" />
-		<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
 		<title>DUEL &#x2022; TodoMVC</title>
 		<link rel="stylesheet" href="./cdn/d764469b1882372019d07f8c1174b1d64507e56d.css" />
 	</head>
diff --git a/labs/architecture-examples/epitome/index.html b/labs/architecture-examples/epitome/index.html
index 97ada30b..2f47247c 100644
--- a/labs/architecture-examples/epitome/index.html
+++ b/labs/architecture-examples/epitome/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="epitome">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>Epitome • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 	</head>
diff --git a/labs/architecture-examples/exoskeleton/index.html b/labs/architecture-examples/exoskeleton/index.html
index ecdeb4fb..6ebec07a 100644
--- a/labs/architecture-examples/exoskeleton/index.html
+++ b/labs/architecture-examples/exoskeleton/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="exoskeleton">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>Exoskeleton.js • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 	</head>
diff --git a/labs/architecture-examples/extjs/index.html b/labs/architecture-examples/extjs/index.html
index 1b5687b0..6cbafb37 100644
--- a/labs/architecture-examples/extjs/index.html
+++ b/labs/architecture-examples/extjs/index.html
@@ -2,7 +2,6 @@
 <html lang="en">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>ExtJS • TodoMVC</title>
 		<!-- <link rel="stylesheet" href="bower_components/todomvc-common/base.css"> -->
 		<link rel="stylesheet" href="css/app.css">
diff --git a/labs/architecture-examples/extjs_deftjs/index.html b/labs/architecture-examples/extjs_deftjs/index.html
index 8488fb4f..06c68bbb 100644
--- a/labs/architecture-examples/extjs_deftjs/index.html
+++ b/labs/architecture-examples/extjs_deftjs/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="deftjs">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>ExtJS with DeftJS • TodoMVC</title>
 		<!-- CSS -->
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
diff --git a/labs/architecture-examples/firebase-angular/index.html b/labs/architecture-examples/firebase-angular/index.html
index f4829d88..e4469e6e 100644
--- a/labs/architecture-examples/firebase-angular/index.html
+++ b/labs/architecture-examples/firebase-angular/index.html
@@ -2,7 +2,6 @@
 <html lang="en" ng-app="todomvc" data-framework="firebase">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>Firebase &amp; AngularJS • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 		<style>[ng-cloak] { display: none; }</style>
diff --git a/labs/architecture-examples/kendo/index.html b/labs/architecture-examples/kendo/index.html
index 4e288035..a7256e82 100644
--- a/labs/architecture-examples/kendo/index.html
+++ b/labs/architecture-examples/kendo/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="kendo">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>Kendo UI • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 	</head>
diff --git a/labs/architecture-examples/meteor/app.html b/labs/architecture-examples/meteor/app.html
index 8211aa92..257ac47c 100644
--- a/labs/architecture-examples/meteor/app.html
+++ b/labs/architecture-examples/meteor/app.html
@@ -1,6 +1,5 @@
 <head>
 	<meta charset="utf-8">
-	<meta http-equiv="X-UA-Compatible" content="IE=edge">
 	<title>Meteor • TodoMVC</title>
 </head>
 <body>
diff --git a/labs/architecture-examples/montage/index.html b/labs/architecture-examples/montage/index.html
index e9364586..51b51c96 100644
--- a/labs/architecture-examples/montage/index.html
+++ b/labs/architecture-examples/montage/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="montage" id="montage-todomvc">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>Montage • TodoMVC</title>
 
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
@@ -24,4 +23,4 @@
 			}
 		</script>
 	</body>
-</html>
\ No newline at end of file
+</html>
diff --git a/labs/architecture-examples/montage/index.html.bundle-0.js b/labs/architecture-examples/montage/index.html.bundle-0.js
index 9551f07d..6bf4dfda 100644
--- a/labs/architecture-examples/montage/index.html.bundle-0.js
+++ b/labs/architecture-examples/montage/index.html.bundle-0.js
@@ -3674,7 +3674,7 @@ montageDefine("7aba37c","package.json",{exports: {"name":"weak-map","version":"1
 montageDefine("2847ee2","package.json",{exports: {"name":"q","version":"0.9.6","description":"A library for promises (CommonJS/Promises/A,B,D)","homepage":"https://github.com/kriskowal/q","author":"Kris Kowal <kris@cixar.com> (https://github.com/kriskowal)","keywords":["q","promise","promises","promises-a","promises-aplus","deferred","future","async","flow control","fluent","browser","node"],"contributors":["Kris Kowal <kris@cixar.com> (https://github.com/kriskowal)","Irakli Gozalishvili <rfobic@gmail.com> (http://jeditoolkit.com)","Domenic Denicola <domenic@domenicdenicola.com> (http://domenicdenicola.com)"],"bugs":{"mail":"kris@cixar.com","url":"http://github.com/kriskowal/q/issues"},"licenses":[{"type":"MIT","url":"http://github.com/kriskowal/q/raw/master/LICENSE"}],"main":"q.js","repository":{"type":"git","url":"git://github.com/kriskowal/q.git"},"engines":{"node":">=0.6.0","teleport":">=0.2.0"},"dependencies":{},"devDependencies":{"jshint":"~2.1.3","cover":"*","jasmine-node":"1.2.2","opener":"*","promises-aplus-tests":"1.x","grunt":"~0.4.1","grunt-cli":"~0.1.9","grunt-contrib-uglify":"~0.2.2"},"scripts":{"test":"jasmine-node spec && promises-aplus-tests spec/aplus-adapter","test-browser":"opener spec/q-spec.html","lint":"jshint q.js","cover":"cover run node_modules/jasmine-node/bin/jasmine-node spec && cover report html && opener cover_html/index.html","minify":"grunt","prepublish":"grunt"},"directories":{"test":"./spec","lib":"./"},"hash":"2847ee2","mappings":{},"production":true,"useScriptInjection":true}})
 ;
 //*/
-montageDefine("6607c26","index.html",{text:'<!doctype html>\n<html lang=en data-framework=montage id=montage-todomvc>\n	<head>\n		<meta charset=utf-8>\n		<meta http-equiv=X-UA-Compatible content="IE=edge">\n		<title>Montage • TodoMVC</title>\n\n		<link rel=stylesheet href="bower_components/todomvc-common/base.css">\n		<link rel=stylesheet href="assets/app.css">\n	</head>\n	<body>\n		<div data-montage-id=todo-container id=todo-container></div>\n\n		<script src="bower_components/todomvc-common/base.js"></script>\n		<script src="packages/montage@6364dae/montage.js"></script>\n		<script type="text/montage-serialization">\n			{\n				"owner": {\n					"prototype": "montage/ui/loader.reel",\n					"properties": {\n						"element": {"#": "todo-container"}\n					}\n				}\n			}\n		</script>\n	</body>\n</html>'});
+montageDefine("6607c26","index.html",{text:'<!doctype html>\n<html lang=en data-framework=montage id=montage-todomvc>\n	<head>\n		<meta charset=utf-8>\n		<title>Montage • TodoMVC</title>\n\n		<link rel=stylesheet href="bower_components/todomvc-common/base.css">\n		<link rel=stylesheet href="assets/app.css">\n	</head>\n	<body>\n		<div data-montage-id=todo-container id=todo-container></div>\n\n		<script src="bower_components/todomvc-common/base.js"></script>\n		<script src="packages/montage@6364dae/montage.js"></script>\n		<script type="text/montage-serialization">\n			{\n				"owner": {\n					"prototype": "montage/ui/loader.reel",\n					"properties": {\n						"element": {"#": "todo-container"}\n					}\n				}\n			}\n		</script>\n	</body>\n</html>'});
 ;
 //*/
 montageDefine("6364dae","core/core",{dependencies:["collections/shim","core/shim/object","core/shim/array","core/shim/string","core/extras/object","core/extras/date","core/extras/element","core/extras/function","core/extras/regexp","core/extras/string","core/uuid","collections/listen/property-changes","core/bindings","core/paths","core/serialization/bindings","core/promise"],factory:function(require,exports,module){/* <copyright>
@@ -18045,7 +18045,7 @@ var RootComponent = Component.specialize( /** @lends RootComponent# */{
      * @function
      */
     requestAnimationFrame: {
-        value: (window.requestAnimationFrame || window.webkitRequestAnimationFrame 
+        value: (window.requestAnimationFrame || window.webkitRequestAnimationFrame
              || window.mozRequestAnimationFrame ||  window.msRequestAnimationFrame),
         enumerable: false
     },
@@ -18055,7 +18055,7 @@ var RootComponent = Component.specialize( /** @lends RootComponent# */{
      * @function
      */
     cancelAnimationFrame: {
-        value: (window.cancelAnimationFrame ||  window.webkitCancelAnimationFrame 
+        value: (window.cancelAnimationFrame ||  window.webkitCancelAnimationFrame
              || window.mozCancelAnimationFrame || window.msCancelAnimationFrame),
         enumerable: false
     },
@@ -37794,4 +37794,4 @@ montageDefine("7aba37c","weak-map",{dependencies:[],factory:function(require,exp
   }
 })();
 
-}})
\ No newline at end of file
+}})
diff --git a/labs/architecture-examples/mozart/index.html b/labs/architecture-examples/mozart/index.html
index 6c4a9f8d..23b0e04b 100644
--- a/labs/architecture-examples/mozart/index.html
+++ b/labs/architecture-examples/mozart/index.html
@@ -2,7 +2,6 @@
 <html>
   <head>
     <meta charset="utf-8">
-    <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <title>Mozart • TodoMVC</title>
     <link href="css/app.css" rel="stylesheet">
   </head>
diff --git a/labs/architecture-examples/olives/index.html b/labs/architecture-examples/olives/index.html
index e65a0647..7cdff608 100644
--- a/labs/architecture-examples/olives/index.html
+++ b/labs/architecture-examples/olives/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="olives">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>Olives • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 		<link rel="stylesheet" href="css/app.css">
diff --git a/labs/architecture-examples/plastronjs/index.html b/labs/architecture-examples/plastronjs/index.html
index 23185130..f5a1d940 100644
--- a/labs/architecture-examples/plastronjs/index.html
+++ b/labs/architecture-examples/plastronjs/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="plastronjs">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>PlastronJS • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 		<style>
diff --git a/labs/architecture-examples/puremvc/index.html b/labs/architecture-examples/puremvc/index.html
index 02fc2b22..821854e0 100644
--- a/labs/architecture-examples/puremvc/index.html
+++ b/labs/architecture-examples/puremvc/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="puremvc">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>PureMVC • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 	</head>
diff --git a/labs/architecture-examples/ractive/index.html b/labs/architecture-examples/ractive/index.html
index 0d002710..976dc8c3 100644
--- a/labs/architecture-examples/ractive/index.html
+++ b/labs/architecture-examples/ractive/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="ractive">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>Ractive.js • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 		<link rel="stylesheet" href="css/app.css">
diff --git a/labs/architecture-examples/rappidjs/index.html b/labs/architecture-examples/rappidjs/index.html
index 2dc6376c..449359c4 100644
--- a/labs/architecture-examples/rappidjs/index.html
+++ b/labs/architecture-examples/rappidjs/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="rappidjs">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>rAppid.js • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 		<style>
diff --git a/labs/architecture-examples/sammyjs/index.html b/labs/architecture-examples/sammyjs/index.html
index b761c389..5fc6cd8d 100644
--- a/labs/architecture-examples/sammyjs/index.html
+++ b/labs/architecture-examples/sammyjs/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="sammyjs">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>Sammy.js • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 	</head>
diff --git a/labs/architecture-examples/sapui5/index.html b/labs/architecture-examples/sapui5/index.html
index a39ae0c6..334214fd 100644
--- a/labs/architecture-examples/sapui5/index.html
+++ b/labs/architecture-examples/sapui5/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="sapui5">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>SAPUI5 • TodoMVC</title>
 		<script
 			src="https://sapui5.netweaver.ondemand.com/resources/sap-ui-core.js"
diff --git a/labs/architecture-examples/serenadejs/index.html b/labs/architecture-examples/serenadejs/index.html
index 1da0eaeb..6d4f1bbd 100755
--- a/labs/architecture-examples/serenadejs/index.html
+++ b/labs/architecture-examples/serenadejs/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="serenadejs">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>Serenade.js • TodoMVC</title>
 		<link href="bower_components/todomvc-common/base.css" rel="stylesheet">
 	</head>
diff --git a/labs/architecture-examples/socketstream/client/views/app.html b/labs/architecture-examples/socketstream/client/views/app.html
index bc95aecd..6a3b9bf7 100644
--- a/labs/architecture-examples/socketstream/client/views/app.html
+++ b/labs/architecture-examples/socketstream/client/views/app.html
@@ -3,7 +3,6 @@
 <head>
 	<SocketStream>
 	<meta charset="utf-8">
-	<meta http-equiv="X-UA-Compatible" content="IE=edge">
 	<title>SocketStream • TodoMVC</title>
 </head>
 <body>
diff --git a/labs/architecture-examples/somajs/index.html b/labs/architecture-examples/somajs/index.html
index 7f7e9216..dde2696e 100644
--- a/labs/architecture-examples/somajs/index.html
+++ b/labs/architecture-examples/somajs/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="somajs">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>soma.js • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 		<link rel="stylesheet" href="css/app.css">
diff --git a/labs/architecture-examples/stapes/index.html b/labs/architecture-examples/stapes/index.html
index 7f4f1548..dc2b581e 100644
--- a/labs/architecture-examples/stapes/index.html
+++ b/labs/architecture-examples/stapes/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="stapes">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>Stapes.js • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 	</head>
diff --git a/labs/architecture-examples/thorax/index.html b/labs/architecture-examples/thorax/index.html
index e1fc8da6..8908f15d 100644
--- a/labs/architecture-examples/thorax/index.html
+++ b/labs/architecture-examples/thorax/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="thorax">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>Thorax • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 	</head>
diff --git a/labs/architecture-examples/typescript-angular/index.html b/labs/architecture-examples/typescript-angular/index.html
index cfe27aeb..b557a0cf 100644
--- a/labs/architecture-examples/typescript-angular/index.html
+++ b/labs/architecture-examples/typescript-angular/index.html
@@ -2,7 +2,6 @@
 <html lang="en" ng-app="todomvc" data-framework="typescript">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>Typescript & AngularJS • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 		<style>[ng-cloak] { display: none; }</style>
diff --git a/labs/architecture-examples/typescript-backbone/index.html b/labs/architecture-examples/typescript-backbone/index.html
index 63f060dd..52a9c083 100644
--- a/labs/architecture-examples/typescript-backbone/index.html
+++ b/labs/architecture-examples/typescript-backbone/index.html
@@ -46,7 +46,6 @@ https://github.com/documentcloud/backbone/blob/master/examples/todos/index.html
 <html lang="en" data-framework="typescript">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>TypeScript & Backbone.js • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 	</head>
diff --git a/labs/dependency-examples/angularjs_require/index.html b/labs/dependency-examples/angularjs_require/index.html
index bd8da2d5..8038c192 100644
--- a/labs/dependency-examples/angularjs_require/index.html
+++ b/labs/dependency-examples/angularjs_require/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="angularjs">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>AngularJS & RequireJS • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 		<style>[ng-cloak] { display: none; }</style>
diff --git a/labs/dependency-examples/backbone_marionette_require/index.html b/labs/dependency-examples/backbone_marionette_require/index.html
index 59610dbb..8b7276ea 100644
--- a/labs/dependency-examples/backbone_marionette_require/index.html
+++ b/labs/dependency-examples/backbone_marionette_require/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="marionettejs">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>Backbone.Marionette & Requirejs • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 		<link rel="stylesheet" href="css/custom.css">
diff --git a/labs/dependency-examples/canjs_require/index.html b/labs/dependency-examples/canjs_require/index.html
index 9b6c9906..629a3c74 100644
--- a/labs/dependency-examples/canjs_require/index.html
+++ b/labs/dependency-examples/canjs_require/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="canjs">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>CanJS + RequireJS • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 	</head>
diff --git a/labs/dependency-examples/chaplin-brunch/app/assets/index.html b/labs/dependency-examples/chaplin-brunch/app/assets/index.html
index 85704585..e7b12a83 100644
--- a/labs/dependency-examples/chaplin-brunch/app/assets/index.html
+++ b/labs/dependency-examples/chaplin-brunch/app/assets/index.html
@@ -2,7 +2,6 @@
 <html class="no-js" lang="en" data-framework="chaplin">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>Chaplin &amp; Brunch • TodoMVC</title>
 		<link rel="stylesheet" href="../bower_components/todomvc-common/base.css">
 		<link rel="stylesheet" href="../bower_components/todomvc-common/base.js">
diff --git a/labs/dependency-examples/chaplin-brunch/public/index.html b/labs/dependency-examples/chaplin-brunch/public/index.html
index 391aea7d..e5bd22f8 100644
--- a/labs/dependency-examples/chaplin-brunch/public/index.html
+++ b/labs/dependency-examples/chaplin-brunch/public/index.html
@@ -2,7 +2,6 @@
 <html class="no-js" lang="en" data-framework="chaplin">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>Chaplin &amp; Brunch • TodoMVC</title>
 		<link rel="stylesheet" href="../bower_components/todomvc-common/base.css">
 		<script src="../bower_components/todomvc-common/base.js"></script>
diff --git a/labs/dependency-examples/durandal/index.html b/labs/dependency-examples/durandal/index.html
index 6193b813..bef297d1 100644
--- a/labs/dependency-examples/durandal/index.html
+++ b/labs/dependency-examples/durandal/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="durandal">
 	<head>
 		<meta charset="utf-8">
-		<meta content="IE=edge" http-equiv="X-UA-Compatible">
 		<title>Durandal • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 		<link rel="stylesheet" href="css/app.css">
@@ -11,7 +10,7 @@
 		<div id="applicationHost">
 			<!-- This is where the shell will be loaded into by idetifying as 'applicationHost'  -->
 		</div>
-		
+
 		<script src="bower_components/todomvc-common/base.js"></script>
 		<script src="bower_components/jquery/jquery.js"></script>
 		<script src="bower_components/knockout/knockout.js"></script>
diff --git a/labs/dependency-examples/enyo_backbone/index.html b/labs/dependency-examples/enyo_backbone/index.html
index a5614ac2..565dc4cb 100644
--- a/labs/dependency-examples/enyo_backbone/index.html
+++ b/labs/dependency-examples/enyo_backbone/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="enyo">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>Enyo & Backbone.js • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 	</head>
diff --git a/labs/dependency-examples/knockoutjs_require/index.html b/labs/dependency-examples/knockoutjs_require/index.html
index 839a4f8e..d112706b 100644
--- a/labs/dependency-examples/knockoutjs_require/index.html
+++ b/labs/dependency-examples/knockoutjs_require/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="knockoutjs">
 	<head>
 		<meta charset="utf-8">
-		<meta content="IE=edge" http-equiv="X-UA-Compatible">
 		<title>Knockout.js • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 	</head>
diff --git a/labs/dependency-examples/lavaca_require/index.html b/labs/dependency-examples/lavaca_require/index.html
index ae7fc874..a185d3ae 100644
--- a/labs/dependency-examples/lavaca_require/index.html
+++ b/labs/dependency-examples/lavaca_require/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="lavaca">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>Lavaca • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 	</head>
@@ -18,4 +17,4 @@
 		<script src="js/libs/lavaca.js"></script>
 		<script src="js/app/boot.js"></script>
 	</body>
-</html>
\ No newline at end of file
+</html>
diff --git a/labs/dependency-examples/somajs_require/index.html b/labs/dependency-examples/somajs_require/index.html
index dc736063..c03c3dae 100644
--- a/labs/dependency-examples/somajs_require/index.html
+++ b/labs/dependency-examples/somajs_require/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="somajs">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>soma.js • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 		<link rel="stylesheet" href="css/app.css">
diff --git a/labs/dependency-examples/stapes_require/index.html b/labs/dependency-examples/stapes_require/index.html
index c21ae0a0..b31c0058 100644
--- a/labs/dependency-examples/stapes_require/index.html
+++ b/labs/dependency-examples/stapes_require/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="stapes">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>Stapes.js • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 	</head>
diff --git a/labs/dependency-examples/thorax_lumbar/public/index.html b/labs/dependency-examples/thorax_lumbar/public/index.html
index ebb9eb94..4b9a023d 100644
--- a/labs/dependency-examples/thorax_lumbar/public/index.html
+++ b/labs/dependency-examples/thorax_lumbar/public/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="thorax">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>Thorax & Lumbar • TodoMVC</title>
 		<link rel="stylesheet" href="../bower_components/todomvc-common/base.css">
 	</head>
diff --git a/labs/dependency-examples/troopjs_require/index.html b/labs/dependency-examples/troopjs_require/index.html
index 716e5163..e9c34a34 100644
--- a/labs/dependency-examples/troopjs_require/index.html
+++ b/labs/dependency-examples/troopjs_require/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="troopjs">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>TroopJS • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 		<link rel="stylesheet" href="css/app.css">
diff --git a/template/index.html b/template/index.html
index 48439998..11cc755e 100644
--- a/template/index.html
+++ b/template/index.html
@@ -2,7 +2,6 @@
 <html lang="en">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>Template • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 		<!-- CSS overrides - remove if you don't need it -->
diff --git a/vanilla-examples/vanilladart/build/index.html b/vanilla-examples/vanilladart/build/index.html
index 6a9ec36d..68012cc7 100644
--- a/vanilla-examples/vanilladart/build/index.html
+++ b/vanilla-examples/vanilladart/build/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="dart">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>Dart • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 	</head>
diff --git a/vanilla-examples/vanilladart/web/index.html b/vanilla-examples/vanilladart/web/index.html
index 6a9ec36d..68012cc7 100644
--- a/vanilla-examples/vanilladart/web/index.html
+++ b/vanilla-examples/vanilladart/web/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="dart">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>Dart • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 	</head>
diff --git a/vanilla-examples/vanillajs/index.html b/vanilla-examples/vanillajs/index.html
index 388b9305..daff76f2 100644
--- a/vanilla-examples/vanillajs/index.html
+++ b/vanilla-examples/vanillajs/index.html
@@ -2,7 +2,6 @@
 <html lang="en" data-framework="javascript">
 	<head>
 		<meta charset="utf-8">
-		<meta http-equiv="X-UA-Compatible" content="IE=edge">
 		<title>VanillaJS • TodoMVC</title>
 		<link rel="stylesheet" href="bower_components/todomvc-common/base.css">
 	</head>
-- 
2.30.9