X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=Gruntfile.js;h=6be908e0871487dde47005eca94373b4ca86c32d;hp=3687d2805e2c5b0aeea0f53b4d9ea3600d0bde0a;hb=6b240c699eb1e965dad3c51107566f1f27ed1887;hpb=c413d15d183cad695ab68b77bf384c43cf1047dc diff --git a/Gruntfile.js b/Gruntfile.js index 3687d2805e..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.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: {