diff --git a/doc/build_web_extension.md b/doc/build_web_extension.md
index f1f62b6e2f7b9444f6931385f38212892ee9f05b..5fe85e0baf3db1eca69efcf72fb50ce536980d3e 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
   ```