2014-07-06 17:37:54 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2014-07-06 18:06:25 +02:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<title>Croodle</title>
|
|
|
|
<meta name="description" content="">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2014-07-06 17:37:54 +02:00
|
|
|
|
2014-07-06 19:22:38 +02:00
|
|
|
<!-- build:css(tmp/result) assets/app.min.css -->
|
2014-07-06 18:56:51 +02:00
|
|
|
<link rel="stylesheet" href="/assets/app.css">
|
2014-07-06 18:06:25 +02:00
|
|
|
<!-- endbuild -->
|
2014-07-06 17:37:54 +02:00
|
|
|
|
2014-07-06 18:06:25 +02:00
|
|
|
<!-- for more details visit: https://github.com/yeoman/grunt-usemin -->
|
2014-07-06 17:37:54 +02:00
|
|
|
|
2014-07-06 19:22:38 +02:00
|
|
|
<!-- build:js(tmp/result) assets/config.min.js -->
|
2014-07-06 17:37:54 +02:00
|
|
|
|
2014-07-06 18:06:25 +02:00
|
|
|
<script src="/config/environment.js"></script>
|
|
|
|
<!-- @if tests=false -->
|
2014-07-06 17:37:54 +02:00
|
|
|
|
|
|
|
<!-- @if dist=false -->
|
2014-07-06 18:06:25 +02:00
|
|
|
<script src="/config/environments/development.js"></script>
|
2014-07-06 17:37:54 +02:00
|
|
|
<!-- @endif -->
|
|
|
|
<!-- @if dist=true -->
|
2014-07-06 18:06:25 +02:00
|
|
|
<script src="/config/environments/production.js"></script>
|
2014-07-06 17:37:54 +02:00
|
|
|
<!-- @endif -->
|
|
|
|
|
2014-07-06 18:06:25 +02:00
|
|
|
<!-- @endif --><!-- @if tests=true -->
|
|
|
|
<script src="/config/environments/test.js"></script>
|
|
|
|
<!-- @endif -->
|
2014-07-06 17:37:54 +02:00
|
|
|
|
2014-07-06 18:06:25 +02:00
|
|
|
<!-- endbuild -->
|
2014-07-06 17:37:54 +02:00
|
|
|
|
2014-07-06 19:22:38 +02:00
|
|
|
<!-- build:js(tmp/result) assets/vendor.min.js -->
|
2014-07-06 17:37:54 +02:00
|
|
|
|
|
|
|
<!-- @if dist=false -->
|
2014-08-02 16:28:11 +02:00
|
|
|
<script src="/vendor/jquery/dist/jquery.js"></script>
|
2014-07-06 18:06:25 +02:00
|
|
|
<script src="/vendor/handlebars/handlebars.js"></script>
|
2014-08-02 15:52:36 +02:00
|
|
|
<script src="/vendor/ember/ember.js"></script>
|
2014-07-06 18:56:51 +02:00
|
|
|
<script src="/vendor/ember-data/ember-data.js"></script>
|
2014-08-03 17:12:42 +02:00
|
|
|
<script src="/vendor/floatThead/dist/jquery.floatThead.js"></script>
|
2014-10-20 00:53:52 +02:00
|
|
|
<script src="/vendor/moment/min/moment-with-locales.js"></script>
|
2014-10-26 15:03:40 +01:00
|
|
|
<script src="/vendor/webshim/js-webshim/dev/polyfiller.js"></script>
|
2014-10-28 03:27:54 +01:00
|
|
|
<script src="/vendor/bootstrap/dist/js/bootstrap.js"></script>
|
2014-07-06 18:06:25 +02:00
|
|
|
<!-- @endif -->
|
|
|
|
<!-- @if dist=true -->
|
2014-08-02 16:28:11 +02:00
|
|
|
<script src="/vendor/jquery/dist/jquery.min.js"></script>
|
2014-07-06 18:06:25 +02:00
|
|
|
<script src="/vendor/handlebars/handlebars.runtime.js"></script>
|
2014-08-02 15:52:36 +02:00
|
|
|
<script src="/vendor/ember/ember.prod.js"></script>
|
2014-07-06 18:56:51 +02:00
|
|
|
<script src="/vendor/ember-data/ember-data.prod.js"></script>
|
2014-08-03 17:12:42 +02:00
|
|
|
<script src="/vendor/floatThead/dist/jquery.floatThead.min.js"></script>
|
2014-10-20 00:53:52 +02:00
|
|
|
<script src="/vendor/moment/min/moment-with-locales.min.js"></script>
|
2014-10-26 15:03:40 +01:00
|
|
|
<script src="/vendor/webshim/js-webshim/minified/polyfiller.js"></script>
|
2014-10-28 03:27:54 +01:00
|
|
|
<script src="/vendor/bootstrap/dist/js/bootstrap.min.js"></script>
|
2014-07-06 17:37:54 +02:00
|
|
|
<!-- @endif -->
|
2014-07-06 20:15:15 +02:00
|
|
|
|
2014-07-06 18:06:25 +02:00
|
|
|
<script src="/vendor/loader.js/loader.js"></script>
|
|
|
|
<script src="/vendor/ember-resolver/dist/ember-resolver.js"></script>
|
|
|
|
<script src="/vendor/ember-shim.js"></script>
|
|
|
|
<script src="/vendor/ic-ajax/dist/named-amd/main.js"></script>
|
|
|
|
<script src="/vendor/ember-load-initializers/ember-load-initializers.js"></script>
|
|
|
|
<script src="/vendor/ember-validations/index.js"></script>
|
2014-10-18 21:07:21 +02:00
|
|
|
<script src="/vendor/ember-easyForm/index.js"></script>
|
2014-09-29 00:48:26 +02:00
|
|
|
<script src="/vendor/cldr/plurals.js"></script>
|
|
|
|
<script src="/vendor/ember-i18n/lib/i18n.js"></script>
|
2014-10-21 02:29:54 +02:00
|
|
|
<script src="/vendor/ember-i18n/lib/i18n-plurals.js"></script>
|
2014-07-06 18:56:51 +02:00
|
|
|
<script src="/vendor/sjcl/sjcl.js"></script>
|
|
|
|
<script src="/vendor/bootstrap-datepicker/js/bootstrap-datepicker.js"></script>
|
2014-07-06 18:06:25 +02:00
|
|
|
|
2014-09-28 17:07:19 +02:00
|
|
|
<script src="/vendor/modernizr/modernizr.js"></script>
|
2014-07-06 18:06:25 +02:00
|
|
|
<!-- endbuild -->
|
|
|
|
|
2014-07-06 19:22:38 +02:00
|
|
|
<!-- build:js(tmp/result) assets/app.min.js -->
|
2014-07-06 18:06:25 +02:00
|
|
|
|
|
|
|
<script src="/assets/app.js"></script>
|
|
|
|
<script src="/assets/templates.js"></script>
|
|
|
|
|
|
|
|
<!-- endbuild -->
|
|
|
|
|
|
|
|
<!-- @if dist=false -->
|
|
|
|
<style>
|
|
|
|
@keyframes domChanged { from { background: yellow; } }
|
|
|
|
@-webkit-keyframes domChanged { from { background: yellow; } }
|
|
|
|
.ember-view { animation: domChanged 1s; -webkit-animation: domChanged 1s; }
|
|
|
|
</style>
|
|
|
|
<!-- @endif -->
|
|
|
|
<!-- @if tests=true -->
|
|
|
|
<script src="/vendor/ember-shim.js"></script>
|
|
|
|
<link rel="stylesheet" href="/vendor/qunit/qunit/qunit.css">
|
|
|
|
<script src="/vendor/qunit/qunit/qunit.js"></script>
|
|
|
|
<script src="/vendor/qunit-shim.js"></script>
|
|
|
|
<script src="/vendor/ember-qunit/dist/named-amd/main.js"></script>
|
|
|
|
|
|
|
|
<style>
|
|
|
|
#ember-testing-container {
|
|
|
|
position: absolute;
|
|
|
|
background: white;
|
|
|
|
bottom: 0;
|
|
|
|
right: 0;
|
|
|
|
width: 640px;
|
|
|
|
height: 384px;
|
|
|
|
overflow: auto;
|
|
|
|
z-index: 9999;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
}
|
|
|
|
#ember-testing {
|
|
|
|
zoom: 50%;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
<!-- @endif -->
|
|
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<!--[if lt IE 8]>
|
|
|
|
<p class="browsehappy">
|
|
|
|
You are using an <strong>outdated</strong> browser. Please
|
|
|
|
<a href="http://browsehappy.com/">upgrade your browser</a>
|
|
|
|
to improve your experience.
|
|
|
|
</p>
|
|
|
|
<![endif]-->
|
|
|
|
|
|
|
|
<!-- @if tests=true -->
|
|
|
|
<div id="qunit"></div>
|
|
|
|
<div id="qunit-fixture"></div>
|
|
|
|
<script src="/tests/tests.js"></script>
|
|
|
|
<script src="/tests/test-helper.js"></script>
|
|
|
|
<script src="/tests/test-loader.js"></script>
|
|
|
|
<script src="/testem.js"></script>
|
|
|
|
<!-- @endif -->
|
|
|
|
|
|
|
|
<!-- @if tests=false -->
|
|
|
|
<script>
|
|
|
|
window.App = require('croodle/app')['default'].create(ENV.APP);
|
2014-10-26 15:03:40 +01:00
|
|
|
|
|
|
|
webshim.polyfill('forms forms-ext');
|
2014-07-06 18:06:25 +02:00
|
|
|
</script>
|
|
|
|
<!-- @endif -->
|
|
|
|
|
|
|
|
</body>
|
2014-07-06 17:37:54 +02:00
|
|
|
</html>
|