aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorMichał Gołębiowski <m.goleb@gmail.com>2013-11-10 23:47:04 +0100
committerMichał Gołębiowski <m.goleb@gmail.com>2013-11-10 23:47:56 +0100
commit14272ba9d1b44e6a9b7b5551598e7d0944563adf (patch)
treeffc3f22e394836836ef28f99fc91771ba6f5dd9d /build
parent3fa4f48d5c05fcb66b31b4794cad797193410971 (diff)
downloadjquery-14272ba9d1b44e6a9b7b5551598e7d0944563adf.tar.gz
jquery-14272ba9d1b44e6a9b7b5551598e7d0944563adf.zip
No ticket. Remove the pre-uglify task form build/tasks/build.js. Fix custom builds. (cherry-picked from 7d5a12376d18e0ec70241e653721ce9977123d34)
Diffstat (limited to 'build')
-rw-r--r--build/tasks/build.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/tasks/build.js b/build/tasks/build.js
index e329e45e8..246d02400 100644
--- a/build/tasks/build.js
+++ b/build/tasks/build.js
@@ -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" ]);
});
};