From 5de9834fcf7202aee47d7628c30a808e337fdff0 Mon Sep 17 00:00:00 2001 From: Benoit Lavenier <benoit.lavenier@e-is.pro> Date: Wed, 21 Jul 2021 18:14:00 +0200 Subject: [PATCH] [fix] Fix web ext build doc --- doc/build_web_extension.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/build_web_extension.md b/doc/build_web_extension.md index f1f62b6e2..5fe85e0ba 100644 --- a/doc/build_web_extension.md +++ b/doc/build_web_extension.md @@ -13,9 +13,10 @@ After that you should be able to start the application using `npm start`or `yarn ## Build the web extension -- To create a uncompressed extension, use : +- To create an uncompressed extension, use : ```bash cd cesium + gulp build gulp webExtCompile --release ``` @@ -24,6 +25,7 @@ After that you should be able to start the application using `npm start`or `yarn - To create a portable and compressed ZIP extension : ```bash cd cesium + gulp build gulp webExtBuild --release ``` -- GitLab