<!doctype html>
<html>
<head>
  <meta charset="utf-8">
  <title>Jasmine Spec Runner</title>

  <link rel="stylesheet" type="text/css" href=".grunt/grunt-contrib-jasmine/jasmine.css">


  
  <script src="./.grunt/grunt-contrib-jasmine/jasmine.js"></script>
  
  <script src="./.grunt/grunt-contrib-jasmine/jasmine-html.js"></script>
  
  <script src="./src/version.js"></script>
  
  <script src="./src/algoliasearch.js"></script>
  
  <script type="text/javascript">
    var ALGOLIA_APPLICATION_ID = '<%= options.application_id %>';
    var ALGOLIA_API_KEY = '<%= options.api_key %>';
  </script>

  <script src="./test/client_spec.js"></script>
  
  <script src="./.grunt/grunt-contrib-jasmine/reporter.js"></script>
  
  <script src="./.grunt/grunt-contrib-jasmine/jasmine-helper.js"></script>
  

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