Skip to content

Commit

Permalink
use jQuery slim
Browse files Browse the repository at this point in the history
After replacing jQuery easing with animejs, full jQuery is no longer needed
  • Loading branch information
davidtmiller committed Mar 30, 2021
1 parent 591ec67 commit 894eb3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ <h2 class="text-uppercase">Project Name</h2>
</div>
</div>
<!-- Bootstrap core JS-->
<script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- Third party plugin JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/3.2.1/anime.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion src/pug/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ html(lang='en')
| Close Project

// Bootstrap core JS
script(src='https://code.jquery.com/jquery-3.5.1.min.js')
script(src='https://code.jquery.com/jquery-3.5.1.slim.min.js')
script(src='https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js')

// Third party plugin JS
Expand Down

0 comments on commit 894eb3b

Please sign in to comment.