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
No related branches found
No related tags found
No related merge requests found
......@@ -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 :
```bash
cd cesium
gulp webExtensionCopyFiles --release
gulp webExtCompile --release
```
The uncompressed web extension will be visible `dist/web/ext`
......
......@@ -812,6 +812,7 @@ exports.build = build;
exports.webBuild = webBuild;
exports['build:web'] = exports.webBuild; // Alias
exports.webExtCompile = webExtCompile;
exports.webExtBuild = webExtBuild;
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