mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 19:15:02 -05:00
No ticket. Remove the pre-uglify task form build/tasks/build.js. Fix custom builds. (cherry-picked from 7d5a12376d)
This commit is contained in:
@@ -246,6 +246,6 @@ module.exports = function( grunt ) {
|
||||
|
||||
grunt.log.writeln( "Creating custom build...\n" );
|
||||
|
||||
grunt.task.run([ "build:*:*:" + modules, "pre-uglify", "uglify", "dist" ]);
|
||||
grunt.task.run([ "build:*:*:" + modules, "uglify", "dist" ]);
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user