Update bootlint to include all relevant html files

pull/657/head
Abdullah Almsaeed 9 years ago
parent 72847dc136
commit dcc45e5915

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

Loading…
Cancel
Save