grunt-contrib-jasmine/tasks/jasmine/templates/DefaultRunner.tmpl

18 lines
412 B
Cheetah
Raw Normal View History

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