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