10 Years of HTML5 Boilerplate

While we’re preparing an upcoming release, I didn’t want the day to go by without mentioning that ten years ago today, HTML5 Boilerplate was released. Here’s the story of the project as we wrote it up a few years ago. The History of HTML5 Boilerplate Sometime in 2009… “Wouldn’t it be great if we created […]

HTML5 Boilerplate 7.3.0 Released

We just released HTML5 Boilerplate 7.3.0. In addition to the changes below, we also started using Github Actions to publish our npm package. It was pretty easy. I wrote up the process. HTML5Boilerplate Changelog Updated to Modernizr 3.8 (2b2bb45) Updated to Gulp 4 (#2151) Updated package.json (#2162) and enabled package-lock.json (abe2087),(#2145) Remove redundant rules from […]

Using Github Actions to Publish the HTML5 Boilerplate npm Package

We just released HTML5 Boilerplate 7.3.0. As part of that release we integrated Github Actions in order to publish our npm package when we cut a Github release. Doing so was pretty easy. This is how I ended up doing it. To start, I enabled Github Actions for the repo. To do so check “Enable […]

HTML5 Boilerplate 7.2.0 and main.css 2.0.0 released

We just released HTML5 Boilerplate 7.2.0 and main.css 2.0.0. Even with the major release number on main.css, both of these are basically maintenance releases. Open Source isn’t always about the big stuff. We also did a bunch of clean-up around the related H5BP projects, with updates to HTML5Boilerplate.com and h5bp.org. We integrated main.css as a […]

HTML5 Boilerplate v7.1 Released

Hot on the heels of our last major release, we just released a new minor version of HTML5 Boilerplate, v7.1.0. The biggest changes in this release are an upgraded version of Modernizr (which is on a steady release schedule again) and an update to the Google Analytics snippet/docs. Here are the full release notes: Update […]