forked from h5bp/html5-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
changelog
necolas edited this page Feb 3, 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|https://github.com/h5bp/ant-build-script/wiki/install]].
- The CSS is updated to reflect recent additions to normalize.csss 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
- 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.
- 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.