Skip to content

Commit

Permalink
Update Modernizr to v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Oct 26, 2010
2 parents b1ab6fe + f0e4dbe commit fbc29b3
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 33 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Expand Up @@ -14,8 +14,8 @@ Major changes:
<li>Revised viewport declaration to allow user scaling and clear Webkit console errors ( #37 ).</li>
<li>Updated Modernizr to 1.6 </li>
<li>Added <code>web.config</code> file for Microsoft IIS</li>
<li>Beta release of the <a href="http://github.com/paulirish/html5-boilerplate/wiki/Build-script ">Build Script</a></li>
<li>New project scaffolding <a href="http://github.com/paulirish/html5-boilerplate/wiki/makep.sh">bash script</a> and AIR app.</li>
<li>Beta release of the <a href="http://github.com/paulirish/html5-boilerplate/wiki/Build-script ">Build Script</a> (this is HUGE)</li>
<li>New project scaffolding <a href="http://github.com/paulirish/html5-boilerplate/wiki/makep.sh">bash script</a>.</li>
<li><a href="http://github.com/paulirish/html5-boilerplate/blob/master/README.markdown">.... and over 100 other fixes and improvements.</a></li>
</ul>

Expand Down
2 changes: 1 addition & 1 deletion demo/elements.html
Expand Up @@ -32,7 +32,7 @@
<link rel="stylesheet" media="handheld" href="../css/handheld.css?v=2"> -->

<!-- All JavaScript at the bottom, except for Modernizr which enables HTML5 elements & feature detects -->
<script src="../js/libs/modernizr-1.5.min.js"></script>
<script src="../js/libs/modernizr-1.6.min.js"></script>

</head>

Expand Down
2 changes: 1 addition & 1 deletion demo/tests.html
Expand Up @@ -33,7 +33,7 @@
<link rel="stylesheet" media="handheld" href="../css/handheld.css?v=2"> -->

<!-- All JavaScript at the bottom, except for Modernizr which enables HTML5 elements & feature detects -->
<script src="../js/libs/modernizr-1.5.min.js"></script>
<script src="../js/libs/modernizr-1.6.min.js"></script>

</head>

Expand Down
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -32,7 +32,7 @@
<link rel="stylesheet" media="handheld" href="css/handheld.css?v=2"> -->

<!-- All JavaScript at the bottom, except for Modernizr which enables HTML5 elements & feature detects -->
<script src="js/libs/modernizr-1.5.min.js"></script>
<script src="js/libs/modernizr-1.6.min.js"></script>

</head>

Expand Down
28 changes: 0 additions & 28 deletions js/libs/modernizr-1.5.min.js

This file was deleted.

0 comments on commit fbc29b3

Please sign in to comment.