Grunt: Don't run htmllint against core_deprecated.html.

This commit is contained in:
Scott González 2013-03-15 09:04:22 -04:00
parent 932caaf2dd
commit 0cfecb6272

View File

@ -192,7 +192,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|tests\/unit\/core\/core\.html)/.test( file ); return !/(?:ajax\/content\d\.html|tabs\/data\/test\.html|tests\/unit\/core\/core.*\.html)/.test( file );
}) })
}, },
copy: { copy: {