No ticket. Remove the pre-uglify task form build/tasks/build.js. Fix custom builds. (cherry-picked from 7d5a12376d)

This commit is contained in:
Michał Gołębiowski 2013-11-10 23:47:04 +01:00
parent 3fa4f48d5c
commit 14272ba9d1

View File

@ -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" ]);
});
};