aboutsummaryrefslogtreecommitdiffstats
path: root/grunt.js
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2012-11-17 15:57:26 +0100
committerJörn Zaefferer <joern.zaefferer@gmail.com>2012-11-26 10:28:24 +0100
commit73533d9bbc85ef14698668c3305359aa5522e07d (patch)
treeec8dd7601b895da1405110f9f80d1529f2182a64 /grunt.js
parent5aac8f563f3ff7227fe9790c2ac8620223e3bd45 (diff)
downloadjquery-ui-73533d9bbc85ef14698668c3305359aa5522e07d.tar.gz
jquery-ui-73533d9bbc85ef14698668c3305359aa5522e07d.zip
Dialog: Exclude deprecated units from phantomjs
Diffstat (limited to 'grunt.js')
-rw-r--r--grunt.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/grunt.js b/grunt.js
index f43648870..d599496cc 100644
--- a/grunt.js
+++ b/grunt.js
@@ -281,7 +281,7 @@ grunt.initConfig({
files: grunt.file.expandFiles( "tests/unit/**/*.html" ).filter(function( file ) {
// disabling everything that doesn't (quite) work with PhantomJS for now
// TODO except for all|index|test, try to include more as we go
- return !( /(all|index|test|dialog|tabs|tooltip)\.html$/ ).test( file );
+ return !( /(all|index|test|dialog|dialog_deprecated|tabs|tooltip)\.html$/ ).test( file );
})
},
lint: {