use %sapper.scripts%

This commit is contained in:
Rich Harris
2018-01-14 10:45:21 -05:00
parent cfeeafded4
commit c4b4bd587d
5 changed files with 4406 additions and 5 deletions

View File

@@ -32,6 +32,6 @@
<!-- Sapper creates a <script> tag containing `templates/main.js`
and anything else it needs to hydrate the app and
initialise the router -->
<script src='%sapper.main%'></script>
%sapper.scripts%
</body>
</html>