mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
No ticket. Remove the pre-uglify task form build/tasks/build.js. Fix custom builds.
This commit is contained in:
parent
562145e887
commit
7d5a12376d
@ -256,6 +256,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" ]);
|
||||
});
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user