Update bootlint to include all relevant html files
This commit is contained in:
@@ -136,7 +136,7 @@ module.exports = function (grunt) {
|
||||
|
||||
// Validate Bootstrap HTML
|
||||
bootlint: {
|
||||
files: ['pages/**/*.html']
|
||||
files: ['pages/**/*.html', '*.html']
|
||||
},
|
||||
|
||||
// Delete images in build directory
|
||||
|
||||
Reference in New Issue
Block a user