From dcc45e5915a27f872d91d2b442318fe729d985ec Mon Sep 17 00:00:00 2001 From: Abdullah Almsaeed Date: Mon, 24 Aug 2015 12:38:40 -0400 Subject: [PATCH] Update bootlint to include all relevant html files --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 439e90378..6b3e303f2 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -136,7 +136,7 @@ module.exports = function (grunt) { // Validate Bootstrap HTML bootlint: { - files: ['pages/**/*.html'] + files: ['pages/**/*.html', '*.html'] }, // Delete images in build directory