X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=Gruntfile.js;h=55b7932f002b1e4bfab0e935457d9751094ff39b;hp=b38bc9adfcd81eadf64232a364c6fcc570f5a7f0;hb=4611176528ae0886d4ab0270d84c56a5b0793119;hpb=f4d9004bf030bd880ae9331ab64aede2a6d94872 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' ] },