Skip to content

Commit

Permalink
Update prefix.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Hobart committed Apr 21, 2016
1 parent 885eb16 commit 55b8fe9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/expected/prefix.html
Expand Up @@ -3,10 +3,10 @@
<head>
<title>grunt-injector</title>
<!-- injector:html -->
<link rel="import" href="abc/../test/fixtures/component.html">
<link rel="import" href="abc/test/fixtures/component.html">
<!-- endinjector -->
<!-- injector:css -->
<link rel="stylesheet" href="abc/../test/fixtures/style.css">
<link rel="stylesheet" href="abc/test/fixtures/style.css">
<!-- endinjector -->
<!-- injector:bower:css -->
<!-- endinjector -->
Expand All @@ -16,8 +16,8 @@
<!-- injector:bower:js -->
<!-- endinjector -->
<!-- injector:js -->
<script src="abc/../test/fixtures/script.js"></script>
<script src="abc/../test/fixtures/script2.js"></script>
<script src="abc/test/fixtures/script.js"></script>
<script src="abc/test/fixtures/script2.js"></script>
<!-- endinjector -->
</body>
</html>

0 comments on commit 55b8fe9

Please sign in to comment.