Skip to content

Commit e20cec3

Browse files
committed
Build: Remove grunt-esformatter
Ref gh-1670
1 parent e210c1c commit e20cec3

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

Gruntfile.js

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -238,21 +238,6 @@ grunt.initConfig({
238238
}
239239
},
240240

241-
esformatter: {
242-
options: {
243-
preset: "jquery"
244-
},
245-
ui: "ui/*.js",
246-
tests: "tests/unit/**/*.js",
247-
build: {
248-
options: {
249-
skipHashbang: true
250-
},
251-
src: "build/**/*.js"
252-
},
253-
grunt: "Gruntfile.js"
254-
},
255-
256241
bowercopy: {
257242
all: {
258243
options: {

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
"grunt-contrib-qunit": "1.0.1",
6363
"grunt-contrib-requirejs": "0.4.4",
6464
"grunt-contrib-uglify": "0.11.1",
65-
"grunt-esformatter": "0.2.0",
6665
"grunt-git-authors": "2.0.0",
6766
"grunt-html": "4.0.1",
6867
"grunt-jscs": "2.1.0",

0 commit comments

Comments
 (0)