Major redesign of JS and Sass assets
diff --git a/public/js/runner/matchInfo.html b/public/js/runner/match.html
similarity index 85%
rename from public/js/runner/matchInfo.html
rename to public/js/runner/match.html
index 7b20a7e..553fae7 100644
--- a/public/js/runner/matchInfo.html
+++ b/public/js/runner/match.html
@@ -10,8 +10,8 @@
   <script src="../lib/jasmine-2.1.1/boot.js"></script>
   <script src="../lib/dagre/dagre.min.js"></script>
   <script src="../src/menu.js"></script>
-  <script src="../src/matchInfo.js"></script>
-  <script src="../spec/matchInfoSpec.js"></script>
+  <script src="../src/match.js"></script>
+  <script src="../spec/matchSpec.js"></script>
 </head>
 <body>
 </body>