File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ The basic index.html file built by ember-cli will look soemething like this:
84
84
<meta name =" viewport" content =" width=device-width, initial-scale=1" >
85
85
86
86
<base href =" /" />
87
+ <meta name =" fern/config/environment" content =" %7B22modulePrefix%22%3A%22dummy-app%22%7D" />
87
88
88
89
<link rel =" stylesheet" href =" assets/vendor.css" >
89
90
<link rel =" stylesheet" href =" assets/dummy-app.css" >
@@ -105,7 +106,7 @@ This index.html is used to boot the ember app by retrieving the relevant js and
105
106
"href" : " /"
106
107
}
107
108
],
108
- "meta" : [],
109
+ "meta" : [{ "name" : " dummy-app/config/environment " , "content" : " %7B22modulePrefix%22%3A%22dummy-app%22%7D " } ],
109
110
"link" : [
110
111
{
111
112
"rel" : " stylesheet" ,
You can’t perform that action at this time.
0 commit comments