diff --git a/Gruntfile.js b/Gruntfile.js index 40c35b17f..4cf6bfaee 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -238,21 +238,6 @@ grunt.initConfig({ } }, - esformatter: { - options: { - preset: "jquery" - }, - ui: "ui/*.js", - tests: "tests/unit/**/*.js", - build: { - options: { - skipHashbang: true - }, - src: "build/**/*.js" - }, - grunt: "Gruntfile.js" - }, - bowercopy: { all: { options: { diff --git a/package.json b/package.json index 6128d953c..cb6ca4115 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,6 @@ "grunt-contrib-qunit": "1.0.1", "grunt-contrib-requirejs": "0.4.4", "grunt-contrib-uglify": "0.11.1", - "grunt-esformatter": "0.2.0", "grunt-git-authors": "2.0.0", "grunt-html": "4.0.1", "grunt-jscs": "2.1.0",