More project renaming
This commit is contained in:
parent
0e0f45006d
commit
da6ab2b3d2
4 changed files with 6 additions and 6 deletions
|
@ -10,7 +10,7 @@
|
|||
{{content-for "head"}}
|
||||
|
||||
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/vendor.css">
|
||||
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/emberconf2020.css">
|
||||
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/sortablerecipes.css">
|
||||
|
||||
{{content-for "head-footer"}}
|
||||
</head>
|
||||
|
@ -18,7 +18,7 @@
|
|||
{{content-for "body"}}
|
||||
|
||||
<script src="{{rootURL}}assets/vendor.js"></script>
|
||||
<script src="{{rootURL}}assets/emberconf2020.js"></script>
|
||||
<script src="{{rootURL}}assets/sortablerecipes.js"></script>
|
||||
|
||||
{{content-for "body-footer"}}
|
||||
</body>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
module.exports = function(environment) {
|
||||
let ENV = {
|
||||
modulePrefix: 'emberconf2020',
|
||||
modulePrefix: 'sortablerecipes',
|
||||
environment,
|
||||
rootURL: '/',
|
||||
locationType: 'auto',
|
||||
|
|
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "emberconf2020",
|
||||
"name": "sortablerecipes",
|
||||
"version": "0.0.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
{{content-for "test-head"}}
|
||||
|
||||
<link rel="stylesheet" href="{{rootURL}}assets/vendor.css">
|
||||
<link rel="stylesheet" href="{{rootURL}}assets/emberconf2020.css">
|
||||
<link rel="stylesheet" href="{{rootURL}}assets/sortablerecipes.css">
|
||||
<link rel="stylesheet" href="{{rootURL}}assets/test-support.css">
|
||||
|
||||
{{content-for "head-footer"}}
|
||||
|
@ -24,7 +24,7 @@
|
|||
<script src="/testem.js" integrity=""></script>
|
||||
<script src="{{rootURL}}assets/vendor.js"></script>
|
||||
<script src="{{rootURL}}assets/test-support.js"></script>
|
||||
<script src="{{rootURL}}assets/emberconf2020.js"></script>
|
||||
<script src="{{rootURL}}assets/sortablerecipes.js"></script>
|
||||
<script src="{{rootURL}}assets/tests.js"></script>
|
||||
|
||||
{{content-for "body-footer"}}
|
||||
|
|
Loading…
Add table
Reference in a new issue