mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Build: Cleanup.
This commit is contained in:
parent
822520ece7
commit
56de05cf9d
@ -195,11 +195,12 @@ grunt.registerTask( "generate_themes", function() {
|
||||
});
|
||||
|
||||
done = this.async();
|
||||
download.buildThemesBundle(function( err, files ) {
|
||||
if ( err ) {
|
||||
grunt.log.error( err );
|
||||
download.buildThemesBundle(function( error, files ) {
|
||||
if ( error ) {
|
||||
grunt.log.error( error );
|
||||
return done( false );
|
||||
}
|
||||
|
||||
done(
|
||||
files.every(function( file ) {
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user