X-Git-Url: https://git.cyclocoop.org/%20%27.%28%24debut%20%20%20%24par_page%29.%27?a=blobdiff_plain;f=Gruntfile.js;h=6be908e0871487dde47005eca94373b4ca86c32d;hb=9c4ce7e1cfc60509bc1ab7e723180b86c3aec22b;hp=2f5586862f102663df0e643428dc9cb8cf2e8303;hpb=037db443a5ea4b074feb3a40f453f19054c0dc79;p=lhc%2Fweb%2Fwiklou.git diff --git a/Gruntfile.js b/Gruntfile.js index 2f5586862f..6be908e087 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -27,16 +27,13 @@ module.exports = function ( grunt ) { '!node_modules/**', '!resources/lib/**', '!resources/src/jquery.tipsy/**', - '!resources/src/jquery/jquery.farbtastic.js', '!resources/src/mediawiki.libs.jpegmeta/**', // Third-party code of PHPUnit coverage report '!tests/coverage/**', '!vendor/**', // Explicitly say "**/*.js" here in case of symlinks '!extensions/**/*.js', - '!skins/**/*.js', - // Skip functions aren't even parseable - '!resources/src/mediawiki.hidpi-skip.js' + '!skins/**/*.js' ] }, jsonlint: {