1
0
Fork 0

More project renaming

This commit is contained in:
Ava Gaiety Wroten 2019-12-22 22:16:42 -06:00
parent 0e0f45006d
commit da6ab2b3d2
4 changed files with 6 additions and 6 deletions

View file

@ -10,7 +10,7 @@
{{content-for "head"}} {{content-for "head"}}
<link integrity="" rel="stylesheet" href="{{rootURL}}assets/vendor.css"> <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"}} {{content-for "head-footer"}}
</head> </head>
@ -18,7 +18,7 @@
{{content-for "body"}} {{content-for "body"}}
<script src="{{rootURL}}assets/vendor.js"></script> <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"}} {{content-for "body-footer"}}
</body> </body>

View file

@ -2,7 +2,7 @@
module.exports = function(environment) { module.exports = function(environment) {
let ENV = { let ENV = {
modulePrefix: 'emberconf2020', modulePrefix: 'sortablerecipes',
environment, environment,
rootURL: '/', rootURL: '/',
locationType: 'auto', locationType: 'auto',

2
package-lock.json generated
View file

@ -1,5 +1,5 @@
{ {
"name": "emberconf2020", "name": "sortablerecipes",
"version": "0.0.0", "version": "0.0.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,

View file

@ -11,7 +11,7 @@
{{content-for "test-head"}} {{content-for "test-head"}}
<link rel="stylesheet" href="{{rootURL}}assets/vendor.css"> <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"> <link rel="stylesheet" href="{{rootURL}}assets/test-support.css">
{{content-for "head-footer"}} {{content-for "head-footer"}}
@ -24,7 +24,7 @@
<script src="/testem.js" integrity=""></script> <script src="/testem.js" integrity=""></script>
<script src="{{rootURL}}assets/vendor.js"></script> <script src="{{rootURL}}assets/vendor.js"></script>
<script src="{{rootURL}}assets/test-support.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> <script src="{{rootURL}}assets/tests.js"></script>
{{content-for "body-footer"}} {{content-for "body-footer"}}