From 0ffb0a7e056d5f19b75514b9003f4355aa83c8f3 Mon Sep 17 00:00:00 2001 From: Tim van der Meij Date: Fri, 4 Mar 2016 19:39:14 +0100 Subject: [PATCH] Introduce gulp --- Updating-pdf.js-on-Mozilla-Central.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Updating-pdf.js-on-Mozilla-Central.md b/Updating-pdf.js-on-Mozilla-Central.md index 51eec8c..00d53d0 100644 --- a/Updating-pdf.js-on-Mozilla-Central.md +++ b/Updating-pdf.js-on-Mozilla-Central.md @@ -56,11 +56,11 @@ hg pull -u + update pdf.js and build extension ``` -node make mozcentral +gulp mozcentral ``` + (or, if you know previous commit sha for built pdf.js you can generate build/mozcentral.diff file) ``` -BASELINE= node make mozcentralbaseline; node make mozcentraldiff +BASELINE= gulp mozcentralbaseline; gulp mozcentraldiff ``` + Open new bugzilla bug @@ -119,7 +119,7 @@ git cherry-pick + Build the patch ``` -BASELINE= node make mozcentralbaseline; node make mozcentraldiff +BASELINE= gulp mozcentralbaseline; gulp mozcentraldiff ``` + Apply that to the branch