add = function( file ) {
output.push( file );
},
- bundleFiles = [],
jqueryUi = new downloadBuilder.JqueryUi( path.resolve( "." ) ),
themeGallery = downloadBuilder.themeGallery( jqueryUi );
}).forEach( add );
return callback();
});
-
- }
+ };
}).concat([function() {
var crypto = require( "crypto" );
-
+
// Create MD5 manifest
output.push({
path: "MANIFEST",
"use strict";
-var path = require( "path" ),
- fs = require( "fs" );
+var fs = require( "fs" );
function expandFiles( files ) {
return grunt.util._.pluck( grunt.file.expandMapping( files ), "src" ).filter(function(filepath) {