need absolute path if locationType 'hash' as stated in docs
This commit is contained in:
parent
bbb8a231cc
commit
226220cd78
1 changed files with 8 additions and 8 deletions
|
@ -10,9 +10,9 @@
|
|||
{{content-for 'head'}}
|
||||
{{content-for 'test-head'}}
|
||||
|
||||
<link rel="stylesheet" href="assets/vendor.css">
|
||||
<link rel="stylesheet" href="assets/croodle.css">
|
||||
<link rel="stylesheet" href="assets/test-support.css">
|
||||
<link rel="stylesheet" href="/assets/vendor.css">
|
||||
<link rel="stylesheet" href="/assets/croodle.css">
|
||||
<link rel="stylesheet" href="/assets/test-support.css">
|
||||
<style>
|
||||
#ember-testing-container {
|
||||
position: absolute;
|
||||
|
@ -37,11 +37,11 @@
|
|||
|
||||
{{content-for 'body'}}
|
||||
{{content-for 'test-body'}}
|
||||
<script src="assets/vendor.js"></script>
|
||||
<script src="assets/test-support.js"></script>
|
||||
<script src="assets/croodle.js"></script>
|
||||
<script src="testem.js"></script>
|
||||
<script src="assets/test-loader.js"></script>
|
||||
<script src="/assets/vendor.js"></script>
|
||||
<script src="/assets/test-support.js"></script>
|
||||
<script src="/assets/croodle.js"></script>
|
||||
<script src="/testem.js"></script>
|
||||
<script src="/assets/test-loader.js"></script>
|
||||
|
||||
{{content-for 'body-footer'}}
|
||||
{{content-for 'test-body-footer'}}
|
||||
|
|
Loading…
Reference in a new issue