Esanders has uploaded a new change for review.

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

Change subject: Fix grunt watch
......................................................................

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/oojs/ui refs/changes/64/165764/1

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: newchange
Gerrit-Change-Id: I8ca6ef271ea324beca2f6cab50b7de4ce5ab389e
Gerrit-PatchSet: 1
Gerrit-Project: oojs/ui
Gerrit-Branch: master
Gerrit-Owner: Esanders <[email protected]>

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

Reply via email to