mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Grunt: Ignore core unit test markup for htmlllint until that codebase attribute can be replaced
This commit is contained in:
parent
24d06bfc4d
commit
7ceb7e974f
2
grunt.js
2
grunt.js
@ -151,7 +151,7 @@ grunt.initConfig({
|
|||||||
htmllint: {
|
htmllint: {
|
||||||
// ignore files that contain invalid html, used only for ajax content testing
|
// ignore files that contain invalid html, used only for ajax content testing
|
||||||
all: grunt.file.expand( [ "demos/**/*.html", "tests/**/*.html" ] ).filter(function( file ) {
|
all: grunt.file.expand( [ "demos/**/*.html", "tests/**/*.html" ] ).filter(function( file ) {
|
||||||
return !/(?:ajax\/content\d\.html|tabs\/data\/test\.html)/.test( file );
|
return !/(?:ajax\/content\d\.html|tabs\/data\/test\.html|tests\/unit\/core\/core\.html)/.test( file );
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
copy: {
|
copy: {
|
||||||
|
Loading…
Reference in New Issue
Block a user