diff --git a/Gruntfile.js b/Gruntfile.js index a4e72d97..7153820a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -308,6 +308,9 @@ function prepare( jqueryUi ) { return function( callback ) { async.series([ function() { + if ( !jqueryUi.docs ) { + return callback(); + } grunt.log.writeln( "Building API documentation for jQuery UI" ); if ( !fs.existsSync( "tmp/api.jqueryui.com/config.json" ) ) { grunt.file.copy( "tmp/api.jqueryui.com/config-sample.json", "tmp/api.jqueryui.com/config.json" ); diff --git a/config.json b/config.json index 76519531..83cc5d5f 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,7 @@ { "jqueryUi": [ { - "version": "1.11.2", + "version": "1.11.4", "dependsOn": "jQuery1.6+", "label": "Stable", "stable": true diff --git a/package.json b/package.json index 303d3486..09ad4fd0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "download.jqueryui.com", - "version": "2.0.19", + "version": "2.0.23", "dependencies": { "archiver": "0.4.1", "async": "0.1.22",