Paladox has uploaded a new change for review.
https://gerrit.wikimedia.org/r/290700
Change subject: Update some packages and ignore log/ dir
......................................................................
Update some packages and ignore log/ dir
Update grunt to 1.0.1 and update grunt-banana-checker to 0.5.0.
Also in banana checker ignore the log dir since in node 4.3 it's path is
different so it fails.
Change-Id: I5d0288aa9774beb52a49a9b2b1de86e46c5bcdea
---
M Gruntfile.js
1 file changed, 5 insertions(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/pywikibot/i18n
refs/changes/00/290700/1
diff --git a/Gruntfile.js b/Gruntfile.js
index 971ed9f..6de3ee9 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -8,7 +8,11 @@
grunt.initConfig( {
banana: {
- all: ['*/', '!node_modules/']
+ all: [
+ '*/',
+ '!log/*',
+ '!node_modules/'
+ ]
}
} );
--
To view, visit https://gerrit.wikimedia.org/r/290700
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5d0288aa9774beb52a49a9b2b1de86e46c5bcdea
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/i18n
Gerrit-Branch: master
Gerrit-Owner: Paladox <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits