Update bootlint to include all relevant html files

pull/657/head
Abdullah Almsaeed 2015-08-24 12:38:40 -04:00
parent 72847dc136
commit dcc45e5915
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ module.exports = function (grunt) {
// Validate Bootstrap HTML // Validate Bootstrap HTML
bootlint: { bootlint: {
files: ['pages/**/*.html'] files: ['pages/**/*.html', '*.html']
}, },
// Delete images in build directory // Delete images in build directory