grunt-contrib-jasmine/test/fixtures/customTemplate/custom.tmpl
2012-11-07 10:56:19 -08:00

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>