Skip to content

Commit

Permalink
Merge pull request #852 from ember-fastboot/fix-outputpaths
Browse files Browse the repository at this point in the history
[test] Update custom output paths in index.html
  • Loading branch information
xg-wang authored Aug 22, 2021
2 parents 22d628b + 3887090 commit e6ff698
Showing 1 changed file with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Customized Output Paths</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">

{{content-for "head"}}

<link integrity="" rel="stylesheet" href="{{rootURL}}assets/vendor.css">
<link integrity="" rel="stylesheet" href="{{rootURL}}some-assets/pth/app.css">

{{content-for "head-footer"}}
</head>
<body>
{{content-for "body"}}

<script src="{{rootURL}}some-assets/path/lib.js"></script>
<script src="{{rootURL}}some-assets/path/app-file.js"></script>

{{content-for "body-footer"}}
</body>
</html>

0 comments on commit e6ff698

Please sign in to comment.