File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -230,7 +230,6 @@ function buildCDNPackage( callback ) {
230
230
add = function ( file ) {
231
231
output . push ( file ) ;
232
232
} ,
233
- bundleFiles = [ ] ,
234
233
jqueryUi = new downloadBuilder . JqueryUi ( path . resolve ( "." ) ) ,
235
234
themeGallery = downloadBuilder . themeGallery ( jqueryUi ) ;
236
235
@@ -304,11 +303,10 @@ function buildCDNPackage( callback ) {
304
303
} ) . forEach ( add ) ;
305
304
return callback ( ) ;
306
305
} ) ;
307
-
308
- }
306
+ } ;
309
307
} ) . concat ( [ function ( ) {
310
308
var crypto = require ( "crypto" ) ;
311
-
309
+
312
310
// Create MD5 manifest
313
311
output . push ( {
314
312
path : "MANIFEST" ,
Original file line number Diff line number Diff line change @@ -2,8 +2,7 @@ module.exports = function( grunt ) {
2
2
3
3
"use strict" ;
4
4
5
- var path = require ( "path" ) ,
6
- fs = require ( "fs" ) ;
5
+ var fs = require ( "fs" ) ;
7
6
8
7
function expandFiles ( files ) {
9
8
return grunt . util . _ . pluck ( grunt . file . expandMapping ( files ) , "src" ) . filter ( function ( filepath ) {
You can’t perform that action at this time.
0 commit comments