public.devel/app/assets/index.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="">
    <meta name="author" content="">
    <link rel="shortcut icon" href="/favicon.ico">

    <title>KOS aggregator</title>

    <!-- Stylesheets -->
    <link rel="stylesheet" href="stylesheets/app.css?uncache">
  
    <!-- Live Reload -->
    <script>
      window.brunch = window.brunch || {};
      window.brunch['auto-reload'] = {enabled: true};
    </script>

    <!-- Scripts -->
    <script src="javascripts/vendor.min.js?uncache"></script>
    <script src="javascripts/templates.min.js?uncache"></script>
    <script src="javascripts/app.min.js?uncache"></script>
    <script>require('initialize');</script>

    <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
    <!--[if lt IE 9]>
      <script src="javascripts/html5shiv.min.js"></script>
      <script src="javascripts/respond.min.js"></script>
    <![endif]-->

  </head>
  <body>    
  </body>
  </html>