Stop calling FileRepo->streamFile()
[lhc/web/wiklou.git] / Gruntfile.js
index 2592815..fbb93bf 100644 (file)
@@ -22,7 +22,8 @@ module.exports = function ( grunt ) {
        grunt.initConfig( {
                eslint: {
                        options: {
-                               reportUnusedDisableDirectives: true
+                               reportUnusedDisableDirectives: true,
+                               cache: true
                        },
                        all: [
                                '**/*.js',