diff options
Diffstat (limited to 'build/release/release.js')
-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", |