mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
parent
cecc16a46f
commit
40fea6121c
@ -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",
|
||||
|
@ -2,8 +2,7 @@ module.exports = function( grunt ) {
|
||||
|
||||
"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) {
|
||||
|
Loading…
Reference in New Issue
Block a user