Krinkle has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/165043

Change subject: build: Update grunt-contrib-uglify to v0.6.0
......................................................................

build: Update grunt-contrib-uglify to v0.6.0

Fixes output to be non-empty.

Before

> Running "jshint:dev" (jshint) task
> >> 89 files lint free.
>
> Running "uglify:js" (uglify) task
>

After

> Running "uglify:js" (uglify) task
> >> 4 sourcemaps created.
> >> 4 files created.

Change-Id: I1eb402d4ca1e96bd9082ccb2417f36dc452e61ce
---
M package.json
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/oojs/ui refs/changes/43/165043/1

diff --git a/package.json b/package.json
index 164abbb..a041637 100644
--- a/package.json
+++ b/package.json
@@ -32,7 +32,7 @@
     "grunt-contrib-jshint": "0.10.0",
     "grunt-contrib-less": "0.11.4",
     "grunt-contrib-qunit": "0.5.2",
-    "grunt-contrib-uglify": "0.5.1",
+    "grunt-contrib-uglify": "0.6.0",
     "grunt-contrib-watch": "0.6.1",
     "grunt-csscomb": "3.0.0",
     "grunt-cssjanus": "0.2.2",

-- 
To view, visit https://gerrit.wikimedia.org/r/165043
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1eb402d4ca1e96bd9082ccb2417f36dc452e61ce
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

Reply via email to