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 ) {
|
add = function( file ) {
|
||||||
output.push( file );
|
output.push( file );
|
||||||
},
|
},
|
||||||
bundleFiles = [],
|
|
||||||
jqueryUi = new downloadBuilder.JqueryUi( path.resolve( "." ) ),
|
jqueryUi = new downloadBuilder.JqueryUi( path.resolve( "." ) ),
|
||||||
themeGallery = downloadBuilder.themeGallery( jqueryUi );
|
themeGallery = downloadBuilder.themeGallery( jqueryUi );
|
||||||
|
|
||||||
@ -304,11 +303,10 @@ function buildCDNPackage( callback ) {
|
|||||||
}).forEach( add );
|
}).forEach( add );
|
||||||
return callback();
|
return callback();
|
||||||
});
|
});
|
||||||
|
};
|
||||||
}
|
|
||||||
}).concat([function() {
|
}).concat([function() {
|
||||||
var crypto = require( "crypto" );
|
var crypto = require( "crypto" );
|
||||||
|
|
||||||
// Create MD5 manifest
|
// Create MD5 manifest
|
||||||
output.push({
|
output.push({
|
||||||
path: "MANIFEST",
|
path: "MANIFEST",
|
||||||
|
@ -2,8 +2,7 @@ module.exports = function( grunt ) {
|
|||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
var path = require( "path" ),
|
var fs = require( "fs" );
|
||||||
fs = require( "fs" );
|
|
||||||
|
|
||||||
function expandFiles( files ) {
|
function expandFiles( files ) {
|
||||||
return grunt.util._.pluck( grunt.file.expandMapping( files ), "src" ).filter(function(filepath) {
|
return grunt.util._.pluck( grunt.file.expandMapping( files ), "src" ).filter(function(filepath) {
|
||||||
|
Loading…
Reference in New Issue
Block a user