mirror of https://github.com/ColorlibHQ/AdminLTE
commit
2dcddd175d
|
@ -136,6 +136,9 @@ module.exports = function (grunt) {
|
||||||
|
|
||||||
// Validate Bootstrap HTML
|
// Validate Bootstrap HTML
|
||||||
bootlint: {
|
bootlint: {
|
||||||
|
options: {
|
||||||
|
relaxerror: ['W005']
|
||||||
|
},
|
||||||
files: ['pages/**/*.html', '*.html']
|
files: ['pages/**/*.html', '*.html']
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue