aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorFelix Nagel <info@felixnagel.com>2013-11-13 19:45:56 +0100
committerFelix Nagel <info@felixnagel.com>2013-11-13 19:45:56 +0100
commitab2219b6ac3dbab58885a0bd2aaac01c4bcc1c2f (patch)
treededf39afe3330bae4eec603297432d972e5bcfc1 /Gruntfile.js
parenta6c5f58d8243b39c6cd57b76ffb0776adfcc8b1c (diff)
parent14782c04e2201c53e3ecb80b086f1a4c27aa991d (diff)
downloadjquery-ui-ab2219b6ac3dbab58885a0bd2aaac01c4bcc1c2f.tar.gz
jquery-ui-ab2219b6ac3dbab58885a0bd2aaac01c4bcc1c2f.zip
Merge branch 'master' into selectmenu
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js33
1 files changed, 9 insertions, 24 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 8c0a940bc..c6fcd3095 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -173,34 +173,19 @@ grunt.initConfig({
files: 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|tooltip)\.html$/ ).test( file );
+ return !( /(all|index|test|dialog|tooltip|draggable)\.html$/ ).test( file );
})
},
jshint: {
- ui: {
- options: {
- jshintrc: "ui/.jshintrc"
- },
- files: {
- src: "ui/*.js"
- }
- },
- grunt: {
- options: {
- jshintrc: ".jshintrc"
- },
- files: {
- src: [ "Gruntfile.js", "build/**/*.js" ]
- }
+ options: {
+ jshintrc: true
},
- tests: {
- options: {
- jshintrc: "tests/.jshintrc"
- },
- files: {
- src: "tests/unit/**/*.js"
- }
- }
+ all: [
+ "ui/*.js",
+ "Gruntfile.js",
+ "build/**/*.js",
+ "tests/unit/**/*.js"
+ ]
},
csslint: {
base_theme: {