Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
feat(template): Use default IS import from jsDelivr (#46)
Browse files Browse the repository at this point in the history
* feat(template): Use default IS import from jsDelivr

* test(e2e): Update snapshots
  • Loading branch information
francoischalifour authored Jun 13, 2018
1 parent 37907e1 commit 8e0c54b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/__snapshots__/e2e-templates.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,7 @@ exports[`Templates InstantSearch.js File content: index.html 1`] = `
<div id=\\"pagination\\"></div>
</div>
<script src=\\"https://cdn.jsdelivr.net/npm/[email protected]/dist/instantsearch.min.js\\"></script>
<script src=\\"https://cdn.jsdelivr.net/npm/[email protected]\\"></script>
<script src=\\"./src/app.js\\"></script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion templates/InstantSearch.js/index.html.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<div id="pagination"></div>
</div>

<script src="https://cdn.jsdelivr.net/npm/instantsearch.js@{{libraryVersion}}/dist/instantsearch.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/instantsearch.js@{{libraryVersion}}"></script>
<script src="./src/app.js"></script>
</body>

Expand Down

0 comments on commit 8e0c54b

Please sign in to comment.