Browse Source

Updated build command

Updated Gulp folder readme to reflect new build command that resolves the memory pressure issue.
Justin Murray 6 năm trước cách đây
mục cha
commit
c2d346b562
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      Tools/Gulp/readme.md

+ 2 - 2
Tools/Gulp/readme.md

@@ -25,7 +25,7 @@ npm update
 ## Build all the distributed files and tests (release build):
 
 ```
-gulp
+npm run build
 ```
 Will generate all the files of the dist/preview release folder.
 
@@ -52,4 +52,4 @@ you can now freely test in the following URLs:
 - [Materials Library](http://localhost:1338/materialsLibrary/index.html)
 - [Postprocess Library](http://localhost:1338/postProcessLibrary/index.html)
 - [Procedural Textures Library](http://localhost:1338/proceduralTexturesLibrary/index.html)
-- [Local Dev Samples](http://localhost:1338/localDev/index.html)
+- [Local Dev Samples](http://localhost:1338/localDev/index.html)