tests/dummy/app/index.html in bootstrap-bookingsync-sass-1.0.5 vs tests/dummy/app/index.html in bootstrap-bookingsync-sass-2.0.0

- old
+ new

@@ -7,19 +7,19 @@ <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> {{content-for "head"}} - <link rel="stylesheet" href="assets/vendor.css"> - <link rel="stylesheet" href="assets/dummy.css"> + <link integrity="" rel="stylesheet" href="{{rootURL}}assets/vendor.css"> + <link integrity="" rel="stylesheet" href="{{rootURL}}assets/dummy.css"> {{content-for "head-footer"}} </head> <body> {{content-for "body"}} - <script src="assets/vendor.js"></script> - <script src="assets/dummy.js"></script> + <script src="{{rootURL}}assets/vendor.js"></script> + <script src="{{rootURL}}assets/dummy.js"></script> {{content-for "body-footer"}} </body> </html>