removed test dependencies from grunt

This commit is contained in:
Eric Rowell
2013-09-11 12:05:34 -07:00
parent a9496339d1
commit 4683ae6917
4 changed files with 0 additions and 1813 deletions

View File

@@ -1,25 +0,0 @@
<!DOCTYPE HTML>
<html>
<head>
<link rel="stylesheet" type="text/css"href="../base.css">
<script src="../../dist/kinetic-dev.js"></script>
<!-- assets -->
<script src="../assets/worldMap.js"></script>
<script src="../assets/tiger.js"></script>
<script src="../js/Test.js"></script>
<script src="../js/unitTests.js"></script>
<script>
window.onload = function() {
var test = new Test();
test.run();
document.getElementsByTagName('body')[0].addEventListener('mousemove', function(evt) {
//console.log(evt.clientX + ',' + evt.clientY);
}, false);
};
</script>
</head>
<body></body>
</html>

File diff suppressed because it is too large Load Diff