customrunner.mustache #1

  • //
  • guest/
  • jen_bottom/
  • ember/
  • tutorial/
  • testapp/
  • node_modules/
  • testem/
  • views/
  • customrunner.mustache
  • View
  • Commits
  • Open Download .zip Download (271 B)
<!doctype html>
<html>
<head>
  <title>Test'em</title>
  <script src="/testem.js"></script>
  {{#scripts}}<script src="{{{src}}}"{{#attrs}} {{&.}}{{/attrs}}></script>{{/scripts}}
  {{#styles}}<link rel="stylesheet" href="{{.}}">{{/styles}}
</head>
<body>
</body>
</html>
# Change User Description Committed
#1 23539 jenbottom Adding the basic code for ember test appk, created with 'ember new' command