diff options
author | Scott González <scott.gonzalez@gmail.com> | 2016-02-09 14:03:11 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2016-02-09 14:18:34 -0500 |
commit | e20cec37cf9ae0353b21c233b8f0c79972d6804a (patch) | |
tree | 567e0f7d350d177d5880630e63528de930bc4a84 /Gruntfile.js | |
parent | e210c1ce6df47373c116395f1a113f0fa41c6123 (diff) | |
download | jquery-ui-e20cec37cf9ae0353b21c233b8f0c79972d6804a.tar.gz jquery-ui-e20cec37cf9ae0353b21c233b8f0c79972d6804a.zip |
Build: Remove grunt-esformatter
Ref gh-1670
Diffstat (limited to 'Gruntfile.js')
-rw-r--r-- | Gruntfile.js | 15 |
1 files changed, 0 insertions, 15 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: { |