Jhernandez has uploaded a new change for review.
https://gerrit.wikimedia.org/r/169615
Change subject: Tools: Add notifications to grunt
......................................................................
Tools: Add notifications to grunt
Failed tasks will show notifications that they failed.
Pretty useful if you run `grunt watch:lint` or `grunt watch` in the background
to know that errors were found.
Change-Id: I214ccaa836459ac175e1afea0d16d24734567cd3
---
M Gruntfile.js
M package.json
2 files changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend
refs/changes/15/169615/1
diff --git a/Gruntfile.js b/Gruntfile.js
index 597da8a..c46c67f 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -12,6 +12,7 @@
grunt.loadNpmTasks( 'grunt-jscs' );
grunt.loadNpmTasks( 'grunt-contrib-qunit' );
grunt.loadNpmTasks( 'grunt-contrib-watch' );
+ grunt.loadNpmTasks( 'grunt-notify' );
grunt.initConfig( {
URL: process.env.URL || 'http://127.0.0.1:8080/w/index.php/',
diff --git a/package.json b/package.json
index 73c3924..758b36d 100644
--- a/package.json
+++ b/package.json
@@ -15,6 +15,7 @@
"grunt-contrib-jshint": "0.10.0",
"grunt-jscs": "0.8.1",
"js-beautify": "^1.5.4",
+ "grunt-notify": "^0.3.1",
"grunt-contrib-qunit": "^0.5.2",
"grunt-contrib-watch": "0.6.1"
}
--
To view, visit https://gerrit.wikimedia.org/r/169615
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I214ccaa836459ac175e1afea0d16d24734567cd3
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Jhernandez <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits