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

[fix] Fix doc to build web extension

parent a21dcaba
Branches
Tags
No related merge requests found
Pipeline #8956 failed
...@@ -16,7 +16,7 @@ After that you should be able to start the application using `npm start`or `yarn ...@@ -16,7 +16,7 @@ After that you should be able to start the application using `npm start`or `yarn
- To create a uncompressed extension, use : - To create a uncompressed extension, use :
```bash ```bash
cd cesium cd cesium
gulp webExtensionCopyFiles --release gulp webExtCompile --release
``` ```
The uncompressed web extension will be visible `dist/web/ext` The uncompressed web extension will be visible `dist/web/ext`
......
...@@ -812,6 +812,7 @@ exports.build = build; ...@@ -812,6 +812,7 @@ exports.build = build;
exports.webBuild = webBuild; exports.webBuild = webBuild;
exports['build:web'] = exports.webBuild; // Alias exports['build:web'] = exports.webBuild; // Alias
exports.webExtCompile = webExtCompile;
exports.webExtBuild = webExtBuild; exports.webExtBuild = webExtBuild;
exports['build:webExt'] = exports.webBuild; // Alias exports['build:webExt'] = exports.webBuild; // Alias
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment