Skip to content

Commit

Permalink
Merge pull request #2217 from h5bp/modernizr-3-10-0-update
Browse files Browse the repository at this point in the history
Update to Modernizr v3.10.0
  • Loading branch information
roblarsen authored Apr 14, 2020
2 parents a95d264 + 5fc11a7 commit 1371413
Show file tree
Hide file tree
Showing 7 changed files with 177 additions and 48 deletions.
2 changes: 1 addition & 1 deletion dist/doc/html.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ using a polyfill CDN service, like [polyfill.io](https://polyfill.io/),
just put it before the other scripts in the bottom of the page:

```html
<script src="js/vendor/modernizr-3.8.0.min.js"></script>
<script src="js/vendor/modernizr-3.10.0.min.js"></script>
<script src="https://polyfill.io/v3/polyfill.min.js"></script>
<script src="https://code.jquery.com/jquery-3.5.0.min.js" integrity="sha256-xNzN2a4ltkB44Mc/Jz3pT4iU1cmeR0FkXs4pru/JxaQ=" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-3.5.0.min.js"><\/script>')</script>
Expand Down
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<!-- Add your site or application content here -->
<p>Hello world! This is HTML5 Boilerplate.</p>
<script src="js/vendor/modernizr-3.8.0.min.js"></script>
<script src="js/vendor/modernizr-3.10.0.min.js"></script>
<script src="https://code.jquery.com/jquery-3.5.0.min.js" integrity="sha256-xNzN2a4ltkB44Mc/Jz3pT4iU1cmeR0FkXs4pru/JxaQ=" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-3.5.0.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
Expand Down
3 changes: 3 additions & 0 deletions dist/js/vendor/modernizr-3.10.0.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions dist/js/vendor/modernizr-3.8.0.min.js

This file was deleted.

Loading

0 comments on commit 1371413

Please sign in to comment.