Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
No ticket. Remove the pre-uglify task form build/tasks/build.js. Fix …
…custom builds.
  • Loading branch information
mgol committed Nov 10, 2013
1 parent 562145e commit 7d5a123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/tasks/build.js
Expand Up @@ -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" ]);
});
};

0 comments on commit 7d5a123

Please sign in to comment.