2012-11-29 00:52:22 +08:00
|
|
|
<!doctype html>
|
2012-11-02 13:03:09 +08:00
|
|
|
<html>
|
|
|
|
<head>
|
2012-11-29 00:52:22 +08:00
|
|
|
<meta charset="utf-8">
|
2012-11-02 13:03:09 +08:00
|
|
|
<title>Jasmine Spec Runner</title>
|
2012-11-29 00:52:22 +08:00
|
|
|
<% css.forEach(function(style){ %>
|
2012-11-02 13:03:09 +08:00
|
|
|
<link rel="stylesheet" type="text/css" href="<%= style %>">
|
2012-11-29 00:52:22 +08:00
|
|
|
<% }) %>
|
2012-11-02 13:03:09 +08:00
|
|
|
<% with (scripts) { %>
|
2013-06-16 00:38:39 +08:00
|
|
|
<% [].concat(polyfills, jasmine, vendor, helpers, src, specs, reporters, start).forEach(function(script){ %>
|
2012-11-29 00:52:22 +08:00
|
|
|
<script src="<%= script %>"></script>
|
2012-11-02 13:03:09 +08:00
|
|
|
<% }) %>
|
|
|
|
<% }; %>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
</body>
|
|
|
|
</html>
|