X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=Gruntfile.js;h=6be908e0871487dde47005eca94373b4ca86c32d;hb=56230b89115ca8b8a048d41eac8b069062b44d1f;hp=898b48f2dfca6210fa974d533c5ad4e64efd5337;hpb=42f201ebe78d1aba18176f8b3cef5cf733c018a8;p=lhc%2Fweb%2Fwiklou.git diff --git a/Gruntfile.js b/Gruntfile.js index 898b48f2df..6be908e087 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -27,16 +27,13 @@ module.exports = function ( grunt ) { '!node_modules/**', '!resources/lib/**', '!resources/src/jquery.tipsy/**', - '!resources/src/jquery/jquery.farbtastic.js', - '!resources/src/mediawiki.libs/**', + '!resources/src/mediawiki.libs.jpegmeta/**', // Third-party code of PHPUnit coverage report '!tests/coverage/**', '!vendor/**', // Explicitly say "**/*.js" here in case of symlinks '!extensions/**/*.js', - '!skins/**/*.js', - // Skip functions aren't even parseable - '!resources/src/mediawiki.hidpi-skip.js' + '!skins/**/*.js' ] }, jsonlint: {