Skip to content

Commit

Permalink
Update modernizr to latest minified build which includes yepnope now …
Browse files Browse the repository at this point in the history
…that validation errors are not a concern.
  • Loading branch information
kborchers committed Apr 23, 2012
1 parent 8f42fcb commit 58ae92d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1,120 deletions.
5 changes: 1 addition & 4 deletions kitchensink-html5-mobile/src/main/webapp/index.html
Expand Up @@ -33,10 +33,7 @@
<!-- Set viewport scaling and zoom features -->
<meta name="viewport" content="width=device-width, initial-scale=1">

<!-- Include the full development version of Modernizr. In production, you should use a -->
<!-- minimized custom build to reduce file size -->
<script type="text/javascript" src="js/libs/modernizr-2.0.6.js"></script>
<script type="text/javascript" src="js/libs/yepnope.1.0.2-min.js"></script>
<script type="text/javascript" src="js/libs/modernizr-2.5.3.min.js"></script>
<script type="text/javascript" src="js/libs/underscore-min.js"></script>

<!-- Minification - See Readme for details -->
Expand Down

0 comments on commit 58ae92d

Please sign in to comment.