mirror of https://github.com/ColorlibHQ/AdminLTE
Update bootlint to include all relevant html files
parent
72847dc136
commit
dcc45e5915
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue