aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2016-02-09 14:03:11 -0500
committerScott González <scott.gonzalez@gmail.com>2016-02-09 14:18:34 -0500
commite20cec37cf9ae0353b21c233b8f0c79972d6804a (patch)
tree567e0f7d350d177d5880630e63528de930bc4a84
parente210c1ce6df47373c116395f1a113f0fa41c6123 (diff)
downloadjquery-ui-e20cec37cf9ae0353b21c233b8f0c79972d6804a.tar.gz
jquery-ui-e20cec37cf9ae0353b21c233b8f0c79972d6804a.zip
Build: Remove grunt-esformatter
Ref gh-1670
-rw-r--r--Gruntfile.js15
-rw-r--r--package.json1
2 files changed, 0 insertions, 16 deletions
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",