Sha256: a083c1010b342076f448732b83474cf7bc7f9ef496b818cb32b6295222d5664e

Contents?: true

Size: 476 Bytes

Versions: 3

Compression:

Stored size: 476 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <title>Mocha</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="mocha.css" />
  </head>
  <body>
    <div id="mocha"></div>
    <script src="mocha.js"></script>
    <script>mocha.setup('bdd');</script>
    <script src="tests.js"></script>
    <script>
      mocha.run();
    </script>
  </body>
</html>

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
locomotivecms-4.0.0.alpha1 app/javascript/node_modules/mocha/lib/template.html
locomotivecms-3.4.0 app/javascript/node_modules/mocha/lib/template.html
stylus-source-0.54.5 vendor/node_modules/mocha/lib/template.html