Bladeren bron

Update readme.md

David Catuhe 7 jaren geleden
bovenliggende
commit
582aafc55b
1 gewijzigde bestanden met toevoegingen van 2 en 3 verwijderingen
  1. 2 3
      Tools/Gulp/readme.md

+ 2 - 3
Tools/Gulp/readme.md

@@ -9,7 +9,7 @@ Build Babylon.js with [gulp](http://gulpjs.com/ "gulp") and npm ([nodejs](http:/
 
 ### First install gulp :
 ```
-npm install -g gulp
+npm install -g gulp@4.0.0
 ```
 
 ### Install some dependencies :
@@ -38,7 +38,6 @@ gulp
 ```
 Will be generated :
 - babylon.js
-- babylon.noworker.js (minified version without collisions workers)
 - babylon.max.js (unminified)
 
 ## From the typescript source
@@ -93,4 +92,4 @@ gulp typescript-all
 ### Zip individual Blender python files for distribute-able
 ```
 gulp zip-blender
-```
+```