From b2af8af1cc43abb55f470f8bffc113bb71521e02 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Thu, 7 Feb 2019 11:02:52 +0900 Subject: [PATCH 1/2] Update package.json --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index b81790a7a2..c407a3670c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "devDependencies": { "@alrra/travis-scripts": "^3.0.1", - "browser-sync": "^2.24.6", + "browser-sync": "^2.26.3", "del": "^3.0.0", "gulp": "^3.9.1", "gulp-autoprefixer": "^5.0.0", @@ -16,10 +16,10 @@ "gulp-rework": "^3.0.0", "gulp-smoosher": "0.0.9", "gulp-uncss": "^1.0.6", - "gulp-useref": "^3.1.5", - "jshint": "^2.9.6", + "gulp-useref": "^3.1.6", + "jshint": "^2.10.1", "jshint-stylish": "^2.2.1", - "normalize.css": "^8.0.0", + "normalize.css": "^8.0.1", "rework-npm": "^1.0.0", "run-sequence": "^2.2.1", "travis-after-all": "^1.4.5" From e73baf4bc35f16b04c57a84e9d79686e41610f14 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Thu, 7 Feb 2019 11:04:46 +0900 Subject: [PATCH 2/2] Update index.html --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index 3edd266c7d..6f6ea4d264 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,2 +1,2 @@ -HTML5 Boilerplate: The web’s most popular front-end template

The web’s most popular front-end template

HTML5 Boilerplate helps you build fast, robust, and adaptable web apps or sites. Kick-start your project with the combined knowledge and effort of 100s of developers, all in one little package.

Save time. Create with confidence.

Analytics, icons, and more

A lean, mobile-friendly HTML template; optimized Google Analytics snippet; placeholder touch-device icon; and docs covering dozens of extra tips and tricks.

Normalize.css and helpers

Includes Normalize.css — a modern, HTML5-ready alternative to CSS resets — and further base styles, helpers, media queries, and print styles.

jQuery and Modernizr

Get the latest minified versions of two best-of-breed libraries: jQuery (via jQuery’s CDN, with local fallback) and a custom build of the Modernizr feature detection library.

High performance

Apache settings to help you deliver excellent site performance. We independently maintain server configs for multiple platforms.

Introduction to v6

What's new? Plenty. It's taken us a while to get a new version out the door, but we've been busy, so we hope you'll find it's worth the wait. Here are some highlights:

  • After much discussion we're now fetching jQuery from jQuery's CDN instead of Google's.
  • After even more discussion we dropped IE8 support ✌️ We're now tracking to the latest Normalize and jQuery.
  • We updated Modernizr to v3 and added a sample Modernizr configuration file so you can create your own custom build.
  • We added a sample web app manifest file to the project to help you properly format your site or app to save to a device's home screen.
  • That's just the tip of the iceberg. This update includes well over 100 commits from more than 45 developers. Check out the Changelog for all the fun.
\ No newline at end of file