Bartosz Dziewoński has uploaded a new change for review. https://gerrit.wikimedia.org/r/195339
Change subject: package.json: Bump grunt-svg2png to 0.2.7 ...................................................................... package.json: Bump grunt-svg2png to 0.2.7 Includes: https://github.com/dbushell/grunt-svg2png/commit/e5f57c7bf1c9e498f9fac78ad0f39f05870d2a0a Use stdio rather than command line parameters to pass list of files to phantomjs Avoids the ENAMETOOLONG error on Windows with a large number of files. This is a prerequisite to I57a360843ba8e8faf004fef45c82aebac9151b91 (for me, at least). Change-Id: Iaa20bc2b2bab68eec3a5666de34eb39c86418930 --- M package.json 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/oojs/ui refs/changes/39/195339/1 diff --git a/package.json b/package.json index 01450174..4372056 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "grunt-exec": "0.4.6", "grunt-file-exists": "0.1.2", "grunt-jscs": "1.5.0", - "grunt-svg2png": "0.2.5", + "grunt-svg2png": "0.2.7", "grunt-karma": "0.10.1", "grunt-promise-q": "0.1.1", "karma": "0.12.31", -- To view, visit https://gerrit.wikimedia.org/r/195339 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iaa20bc2b2bab68eec3a5666de34eb39c86418930 Gerrit-PatchSet: 1 Gerrit-Project: oojs/ui Gerrit-Branch: master Gerrit-Owner: Bartosz Dziewoński <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
