]> source.dussan.org Git - jquery.git/commitdiff
No ticket. Remove the pre-uglify task form build/tasks/build.js. Fix custom builds.
authorMichał Gołębiowski <m.goleb@gmail.com>
Sun, 10 Nov 2013 22:47:04 +0000 (23:47 +0100)
committerMichał Gołębiowski <m.goleb@gmail.com>
Sun, 10 Nov 2013 22:47:04 +0000 (23:47 +0100)
build/tasks/build.js

index 4b37da81e5268e0acabd730cda2cdd5863ba89a7..38f60bee41ff8dc292ad3d6216f19c84c9cea38d 100644 (file)
@@ -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" ]);
        });
 };