Build html support classes (just TrivialReporter for now) into jasmine-html.js.

This commit is contained in:
Lee Byrd & Christian Williams
2010-06-24 17:33:46 -07:00
parent 1057596665
commit 85351f2c1c
6 changed files with 44 additions and 24 deletions

View File

@@ -28,7 +28,7 @@
<script type="text/javascript" src="../src/WaitsBlock.js"></script>
<script type="text/javascript" src="../src/WaitsForBlock.js"></script>
<script type="text/javascript" src="../lib/TrivialReporter.js"></script>
<script type="text/javascript" src="../src/html/TrivialReporter.js"></script>
<script type="text/javascript" src="../lib/consolex.js"></script>
@@ -73,7 +73,7 @@
})();
</script>
<link href="../lib/jasmine.css" rel="stylesheet"/>
<link href="../src/html/jasmine.css" rel="stylesheet"/>
</head>
<body>