Skip to content

Commit

Permalink
Add vue.min.js and ship it with Annif instead of using CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
kinow committed Jan 31, 2019
1 parent 1e1374b commit df13ee1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions annif/static/js/vue.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion annif/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h2>REST API</h2>

</div> <!-- container -->

<script src="https://cdn.jsdelivr.net/npm/vue@2.5.22/dist/vue.js"></script>
<script src="/static/js/vue.min.js"></script>
<script src="/static/js/jquery-3.3.1.min.js"></script>
<script src="/static/js/bootstrap.min.js"></script>
<script>
Expand Down

0 comments on commit df13ee1

Please sign in to comment.