jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/399442 )

Change subject: Update readme with minify workaround
......................................................................


Update readme with minify workaround

And copy r.js build script to master.

Bug: T181467
Change-Id: I1f021bab5583b6e66564fba48e7029c08b4f4fd3
---
M README.md
1 file changed, 7 insertions(+), 0 deletions(-)

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



diff --git a/README.md b/README.md
index 0a0cfd5..e2ad59a 100644
--- a/README.md
+++ b/README.md
@@ -139,3 +139,10 @@
 Don't worry about the lint errors :(
 
 Commit the dist/ output to the deployment branch and push for review.
+
+If you don't have that ancient version of node available and you just need to 
minify javascript and html templates, you can run the requirejs optimiser 
directly.
+
+```
+node node_modules/requirejs/bin/r.js -o app.build.js
+```
+Then copy the resulting scripts.js over the existing js file in the dist 
folder.

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I1f021bab5583b6e66564fba48e7029c08b4f4fd3
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/dash
Gerrit-Branch: deployment
Gerrit-Owner: Mepps <[email protected]>
Gerrit-Reviewer: Ejegg <[email protected]>
Gerrit-Reviewer: Mepps <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to