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