X-Git-Url: http://git.cyclocoop.org/data/Luca_Pacioli_%28Gemaelde%29.jpeg?a=blobdiff_plain;f=Gruntfile.js;h=0e1c8cb2c2826d4196cbb762ccf277d5cd7a8db1;hb=c584722cc2e3d33edae58d46c2149063b3fc6d72;hp=4cc9721857c37fdfcc9afad2d93db6d05870c015;hpb=350dcb4cd7990daa4ea8fe4c8335f9353f442605;p=lhc%2Fweb%2Fwiklou.git diff --git a/Gruntfile.js b/Gruntfile.js index 4cc9721857..0e1c8cb2c2 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -24,12 +24,13 @@ module.exports = function ( grunt ) { all: [ '**/*.js', '!docs/**', - '!tests/**', '!node_modules/**', '!resources/lib/**', '!resources/src/jquery.tipsy/**', '!resources/src/jquery/jquery.farbtastic.js', '!resources/src/mediawiki.libs/**', + // Third-party code of PHPUnit coverage report + '!tests/coverage/**', '!vendor/**', // Explicitly say "**/*.js" here in case of symlinks '!extensions/**/*.js', @@ -58,7 +59,7 @@ module.exports = function ( grunt ) { options: { syntax: 'less' }, - src: '{resources/src/*,mw-config/**}/*.{css,less}' + src: '{resources/src,mw-config}/**/*.{css,less}' }, watch: { files: [