mirror of
https://github.com/h5bp/html5-boilerplate.git
synced 2026-01-09 14:48:02 -05:00
update modernizr 3.11.6
This commit is contained in:
2
dist/doc/html.md
vendored
2
dist/doc/html.md
vendored
@@ -164,7 +164,7 @@ using a polyfill CDN service, like [polyfill.io](https://polyfill.io/v3/), just
|
||||
it before the other scripts in the bottom of the page:
|
||||
|
||||
```html
|
||||
<script src="js/vendor/modernizr-3.11.4.min.js"></script>
|
||||
<script src="js/vendor/modernizr-3.11.6.min.js"></script>
|
||||
<script src="https://polyfill.io/v3/polyfill.min.js"></script>
|
||||
<script src="js/app.js"></script>
|
||||
</body>
|
||||
|
||||
2
dist/index.html
vendored
2
dist/index.html
vendored
@@ -26,7 +26,7 @@
|
||||
|
||||
<!-- Add your site or application content here -->
|
||||
<p>Hello world! This is HTML5 Boilerplate.</p>
|
||||
<script src="js/vendor/modernizr-3.11.4.min.js"></script>
|
||||
<script src="js/vendor/modernizr-3.11.6.min.js"></script>
|
||||
<script src="js/app.js"></script>
|
||||
|
||||
<!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. -->
|
||||
|
||||
3
dist/js/vendor/modernizr-3.11.4.min.js
vendored
3
dist/js/vendor/modernizr-3.11.4.min.js
vendored
File diff suppressed because one or more lines are too long
3
dist/js/vendor/modernizr-3.11.6.min.js
vendored
Normal file
3
dist/js/vendor/modernizr-3.11.6.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -164,7 +164,7 @@ using a polyfill CDN service, like [polyfill.io](https://polyfill.io/v3/), just
|
||||
it before the other scripts in the bottom of the page:
|
||||
|
||||
```html
|
||||
<script src="js/vendor/modernizr-3.11.4.min.js"></script>
|
||||
<script src="js/vendor/modernizr-3.11.6.min.js"></script>
|
||||
<script src="https://polyfill.io/v3/polyfill.min.js"></script>
|
||||
<script src="js/app.js"></script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user