We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e210c1c commit e20cec3Copy full SHA for e20cec3
Gruntfile.js
@@ -238,21 +238,6 @@ grunt.initConfig({
238
}
239
},
240
241
- esformatter: {
242
- options: {
243
- preset: "jquery"
244
- },
245
- ui: "ui/*.js",
246
- tests: "tests/unit/**/*.js",
247
- build: {
248
249
- skipHashbang: true
250
251
- src: "build/**/*.js"
252
253
- grunt: "Gruntfile.js"
254
255
-
256
bowercopy: {
257
all: {
258
options: {
package.json
@@ -62,7 +62,6 @@
62
"grunt-contrib-qunit": "1.0.1",
63
"grunt-contrib-requirejs": "0.4.4",
64
"grunt-contrib-uglify": "0.11.1",
65
- "grunt-esformatter": "0.2.0",
66
"grunt-git-authors": "2.0.0",
67
"grunt-html": "4.0.1",
68
"grunt-jscs": "2.1.0",
0 commit comments