Jdlrobson has uploaded a new change for review.

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

Change subject: Tools: Run Gruntfile on resources folder as well
......................................................................

Tools: Run Gruntfile on resources folder as well

(whoopsie)

Change-Id: Ia3f08c2229a8ed72b2439b8846bcd546987b5ac9
---
M Gruntfile.js
1 file changed, 4 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend 
refs/changes/68/207668/1

diff --git a/Gruntfile.js b/Gruntfile.js
index ca2c0ba..a03910c 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -24,7 +24,10 @@
                QUNIT_FILTER: ( process.env.QUNIT_FILTER && '&filter=' + 
process.env.QUNIT_FILTER ) || '',
                QUNIT_MODULE: ( process.env.QUNIT_MODULE && '&module=' + 
process.env.QUNIT_MODULE ) || '',
                files: {
-                       js: 'javascripts/**/*.js',
+                       js: [
+                               'javascripts/**/*.js',
+                               'resources/**/*.js'
+                       ],
                        jsTests: 'tests/qunit/**/*.js',
                        jsExternals: 'javascripts/externals/**/*.js'
                },

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia3f08c2229a8ed72b2439b8846bcd546987b5ac9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>

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

Reply via email to