Skip to content
Snippets Groups Projects
Commit 5de9834f authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] Fix web ext build doc

parent f2575e9a
No related branches found
No related tags found
No related merge requests found
Pipeline #13179 passed
......@@ -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
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment