Krinkle has uploaded a new change for review. https://gerrit.wikimedia.org/r/248898
Change subject: build: Switch back to upstream version of grunt-contrib-concat ...................................................................... build: Switch back to upstream version of grunt-contrib-concat We switched to a fork of mine last year because of a bug (upstream started to depend on unstable APIs not released in the version we have) and because of missing Source Maps support. Both have been merged and released upstream. https://github.com/gruntjs/grunt-contrib-concat/pull/59 https://github.com/gruntjs/grunt-contrib-concat/commits/v0.5.0 Bug: T116594 Change-Id: I9093fc4633106bfc121f66835e411cc09474712e --- M package.json 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/oojs/ui refs/changes/98/248898/1 diff --git a/package.json b/package.json index a9ff8b1..81830c7 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "grunt-banana-checker": "0.4.0", "grunt-cli": "0.1.13", "grunt-contrib-clean": "0.6.0", - "grunt-contrib-concat-sourcemaps": "0.6.0", + "grunt-contrib-concat": "0.5.1", "grunt-contrib-copy": "0.8.1", "grunt-contrib-csslint": "0.5.0", "grunt-contrib-cssmin": "0.14.0", -- To view, visit https://gerrit.wikimedia.org/r/248898 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9093fc4633106bfc121f66835e411cc09474712e Gerrit-PatchSet: 1 Gerrit-Project: oojs/ui Gerrit-Branch: master Gerrit-Owner: Krinkle <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
