forked from h5bp/html5-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
changelog
paulirish edited this page Feb 6, 2012
·
9 revisions
- The ant build script is removed by default. It has moved to a separate repo - ant-build-script - and its wiki contains instructions on how to merge it into your HTML5 Boilerplate clone.
- The CSS is updated to reflect recent additions to normalize.css and to provide better typography defaults.
- Google Chrome Frame is no longer prompted by a script. IE6 users are served links to install Chrome Frame or visit Browse Happy to choose an alternative browser.
- The viewport
meta
is no longer includedinitial-scale=1
. This prevents iOS scaling bugs. - Improved 404 design.
- Updated to Modernizr 2.5 with yepnope 1.5 and html5shiv 3.2
- Updated to jQuery 1.7.1
- Respond.js has been removed. The appropriate development strategy (or "mobile first" solution) is left up to developers to assess based on their project's needs. Worth reading the long discussion about this issue.
- Simplified JS folder structure.
- Improved .htaccess
- Simplified the project by removing the /test directory.
-
html
IE class names changed to fall-back rather than targetting specific versions. - Google Analytics script is once again inserted using the optimized asynchronous snippet rather than Modernizr.load.
- Removes
defer
from all scripts to avoid legacy IE bugs.