X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=Gruntfile.js;h=55b7932f002b1e4bfab0e935457d9751094ff39b;hp=b38bc9adfcd81eadf64232a364c6fcc570f5a7f0;hb=0200a1c1133273c80801eaf3f7c0a1645a86c6ee;hpb=77c0c3bffb5914a6a455d9a98d5a25113d5b8e4e diff --git a/Gruntfile.js b/Gruntfile.js index b38bc9adfc..55b7932f00 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -22,18 +22,18 @@ module.exports = function ( grunt ) { '**/*.js', '!docs/**', '!tests/**', - '!extensions/**', '!node_modules/**', '!resources/lib/**', '!resources/src/jquery.tipsy/**', '!resources/src/jquery/jquery.farbtastic.js', '!resources/src/mediawiki.libs/**', - '!skins/**', '!vendor/**', + // Explicitly say "**/*.js" here in case of symlinks + '!extensions/**/*.js', + '!skins/**/*.js', // Skip functions aren't even parseable '!resources/src/dom-level2-skip.js', '!resources/src/es5-skip.js', - '!resources/src/json-skip.js', '!resources/src/mediawiki.hidpi-skip.js' ] },