File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
packages/ember-cli-fastboot/test/fixtures/customized-outputpaths/app Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html >
3+ < head >
4+ < meta charset ="utf-8 ">
5+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6+ < title > Customized Output Paths</ title >
7+ < meta name ="description " content ="">
8+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
9+
10+ {{content-for "head"}}
11+
12+ < link integrity ="" rel ="stylesheet " href ="{{rootURL}}assets/vendor.css ">
13+ < link integrity ="" rel ="stylesheet " href ="{{rootURL}}some-assets/pth/app.css ">
14+
15+ {{content-for "head-footer"}}
16+ </ head >
17+ < body >
18+ {{content-for "body"}}
19+
20+ < script src ="{{rootURL}}some-assets/path/lib.js "> </ script >
21+ < script src ="{{rootURL}}some-assets/path/app-file.js "> </ script >
22+
23+ {{content-for "body-footer"}}
24+ </ body >
25+ </ html >
You can’t perform that action at this time.
0 commit comments