diff options
author | Rafael Xavier de Souza <rxaviers@gmail.com> | 2013-06-21 16:31:28 -0300 |
---|---|---|
committer | Rafael Xavier de Souza <rxaviers@gmail.com> | 2013-06-26 12:40:58 -0300 |
commit | 7321df722ff87982d0c1c58c6859dc956cb87f13 (patch) | |
tree | a13a5bc2dea37d806c77e1fc2d41eaa0ed24a4ce /build/release | |
parent | ece91a5c3b37a6aaf6077060af98b7274af2ae92 (diff) | |
download | jquery-ui-7321df722ff87982d0c1c58c6859dc956cb87f13.tar.gz jquery-ui-7321df722ff87982d0c1c58c6859dc956cb87f13.zip |
Release: Lint
Diffstat (limited to 'build/release')
-rw-r--r-- | build/release/release.js | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/build/release/release.js b/build/release/release.js index 32f832acd..78ca2ec4d 100644 --- a/build/release/release.js +++ b/build/release/release.js @@ -230,7 +230,6 @@ function buildCDNPackage( callback ) { add = function( file ) { output.push( file ); }, - bundleFiles = [], jqueryUi = new downloadBuilder.JqueryUi( path.resolve( "." ) ), themeGallery = downloadBuilder.themeGallery( jqueryUi ); @@ -304,11 +303,10 @@ function buildCDNPackage( callback ) { }).forEach( add ); return callback(); }); - - } + }; }).concat([function() { var crypto = require( "crypto" ); - + // Create MD5 manifest output.push({ path: "MANIFEST", |