From 53eddc1c14d2c48411b4c819f69b37bacd0d39af Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Fri, 22 Nov 2019 18:52:18 -0800 Subject: [PATCH] docs(devops): FAQ for browser contributing --- browser_patches/contributing.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/browser_patches/contributing.md b/browser_patches/contributing.md index d5359af664..eded253bb0 100644 --- a/browser_patches/contributing.md +++ b/browser_patches/contributing.md @@ -61,4 +61,13 @@ You can check the CDN status: $ ./browser_patches/tools/check_cdn.sh ``` -As the builds appear, you can roll to a new browser version in the `./package.json` file. \ No newline at end of file +As the builds appear, you can roll to a new browser version in the `./package.json` file. + + +# FAQ + +## Q: Can I reuse my other browser checkout? + +Yes, you can. For this: +- pass path to your browser checkout as a second argument to `prepare_checkout.sh` script. +- pass path to your browser checkout as a second argument to `export.sh` when exporting changes. \ No newline at end of file