X-Git-Url: http://git.cyclocoop.org/data/Luca_Pacioli_%28Gemaelde%29.jpeg?a=blobdiff_plain;f=Gruntfile.js;h=0e1c8cb2c2826d4196cbb762ccf277d5cd7a8db1;hb=c584722cc2e3d33edae58d46c2149063b3fc6d72;hp=7b3af54c957a287430dbe3c308110ffcab56baa2;hpb=072551a6bf6d12fc6e1d764225f16987740d04c6;p=lhc%2Fweb%2Fwiklou.git diff --git a/Gruntfile.js b/Gruntfile.js index 7b3af54c95..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: [ @@ -88,6 +89,9 @@ module.exports = function ( grunt ) { main: { browsers: [ 'Chrome' ] }, + chromium: { + browsers: [ 'Chromium' ] + }, more: { browsers: [ 'Chrome', 'Firefox' ] }