diff --git a/Gruntfile.js b/Gruntfile.js index 82fd5e73fb..30e043d6e5 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -373,10 +373,10 @@ module.exports = function (grunt) { grunt.registerTask('build', [ 'npm-carto-node', - 'pre', - 'copy:js', - 'exorcise', - 'uglify', + // 'pre', + // 'copy:js', + // 'exorcise', + // 'uglify', 'npm-build', 'build-static', 'npm-build-dashboard'