aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 259281565978..fbb93bfb6e27 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -22,7 +22,8 @@ module.exports = function ( grunt ) {
grunt.initConfig( {
eslint: {
options: {
- reportUnusedDisableDirectives: true
+ reportUnusedDisableDirectives: true,
+ cache: true
},
all: [
'**/*.js',