Build: Remove grunt-esformatter

Ref gh-1670
This commit is contained in:
Scott González 2016-02-09 14:03:11 -05:00
parent e210c1ce6d
commit e20cec37cf
2 changed files with 0 additions and 16 deletions

View File

@ -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: {

View File

@ -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",