Skip to content

Commit 7321df7

Browse files
committed
Release: Lint
1 parent ece91a5 commit 7321df7

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

build/release/release.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ function buildCDNPackage( callback ) {
230230
add = function( file ) {
231231
output.push( file );
232232
},
233-
bundleFiles = [],
234233
jqueryUi = new downloadBuilder.JqueryUi( path.resolve( "." ) ),
235234
themeGallery = downloadBuilder.themeGallery( jqueryUi );
236235

@@ -304,11 +303,10 @@ function buildCDNPackage( callback ) {
304303
}).forEach( add );
305304
return callback();
306305
});
307-
308-
}
306+
};
309307
}).concat([function() {
310308
var crypto = require( "crypto" );
311-
309+
312310
// Create MD5 manifest
313311
output.push({
314312
path: "MANIFEST",

build/tasks/build.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ module.exports = function( grunt ) {
22

33
"use strict";
44

5-
var path = require( "path" ),
6-
fs = require( "fs" );
5+
var fs = require( "fs" );
76

87
function expandFiles( files ) {
98
return grunt.util._.pluck( grunt.file.expandMapping( files ), "src" ).filter(function(filepath) {

0 commit comments

Comments
 (0)