Skip to content

Commit

Permalink
Embed jquery
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmitchell committed Apr 29, 2019
1 parent 1c86006 commit 7b0dfdf
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
5 changes: 4 additions & 1 deletion server/static.go

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion web/embed/mappings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ web/index.html:
web/stylesheet.css:
servePath: /web/assets/stylesheet.css
mimeType: text/css
web/lens.js:
web/include/lens.js:
servePath: /web/assets/lens.js
mimeType: application/javascript
web/include/jquery-3.4.0.min.js:
servePath: /web/assets/jquery-3.4.0.min.js
mimeType: application/javascript
2 changes: 2 additions & 0 deletions web/include/jquery-3.4.0.min.js

Large diffs are not rendered by default.

File renamed without changes.
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</div>
</div>

<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="web/assets/jquery-3.4.0.min.js"></script>
<script src="web/assets/lens.js"></script>

<script type="text/html" id="template:login-page">
Expand Down

0 comments on commit 7b0dfdf

Please sign in to comment.