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 ) {
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" ,
Original file line number Diff line number Diff 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
87function expandFiles ( files ) {
98 return grunt . util . _ . pluck ( grunt . file . expandMapping ( files ) , "src" ) . filter ( function ( filepath ) {
You can’t perform that action at this time.
0 commit comments