22 lines
511 B
Cheetah
22 lines
511 B
Cheetah
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
"http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<title>Jasmine Spec Runner</title>
|
|
|
|
<% css.forEach(function(style){ %>
|
|
<link rel="stylesheet" type="text/css" href="<%= style %>">
|
|
<% }) %>
|
|
|
|
<% with (scripts) { %>
|
|
<% [].concat(jasmine, vendor, helpers, src, specs, reporters, start).forEach(function(script){ %>
|
|
<script type="text/javascript" src="<%= script %>"></script>
|
|
<% }) %>
|
|
<% }; %>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
</body>
|
|
</html>
|