We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 932caaf commit 0cfecb6Copy full SHA for 0cfecb6
Gruntfile.js
@@ -192,7 +192,7 @@ grunt.initConfig({
192
htmllint: {
193
// ignore files that contain invalid html, used only for ajax content testing
194
all: grunt.file.expand( [ "demos/**/*.html", "tests/**/*.html" ] ).filter(function( file ) {
195
- return !/(?:ajax\/content\d\.html|tabs\/data\/test\.html|tests\/unit\/core\/core\.html)/.test( file );
+ return !/(?:ajax\/content\d\.html|tabs\/data\/test\.html|tests\/unit\/core\/core.*\.html)/.test( file );
196
})
197
},
198
copy: {
0 commit comments