jenkins-bot has submitted this change and it was merged.

Change subject: Follow-up If2da01a2: Fix grunt watch
......................................................................


Follow-up If2da01a2: Fix grunt watch

'_test' is not a task. Change it to 'build' as running karma
every time you touch a file is a but overkill.

Change-Id: I8ca6ef271ea324beca2f6cab50b7de4ce5ab389e
---
M Gruntfile.js
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jforrester: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/Gruntfile.js b/Gruntfile.js
index 96dd47d..34732c4 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -311,7 +311,7 @@
                                '{demos,src}/**/*.less',
                                '.{csslintrc,jscsrc,jshintignore,jshintrc}'
                        ],
-                       tasks: '_test'
+                       tasks: 'build'
                }
        } );
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I8ca6ef271ea324beca2f6cab50b7de4ce5ab389e
Gerrit-PatchSet: 2
Gerrit-Project: oojs/ui
Gerrit-Branch: master
Gerrit-Owner: Esanders <[email protected]>
Gerrit-Reviewer: Jforrester <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to