Browse Source

Update readme.md

David Catuhe 9 years ago
parent
commit
3bfecce8ae
1 changed files with 6 additions and 0 deletions
  1. 6 0
      shadersLibrary/readme.md

+ 6 - 0
shadersLibrary/readme.md

@@ -29,6 +29,12 @@ But you can also start from scratch as you are not forced to support all these f
 
 
 ## Integrating the shader in the build process
 ## Integrating the shader in the build process
 
 
+To build all shaders and generate the *dist* folder, just run:
+
+```
+gulp
+```
+
 To integrate your new material to the build process, you have to edit the config.sjon file and add an entry in the "materials" section of the file:
 To integrate your new material to the build process, you have to edit the config.sjon file and add an entry in the "materials" section of the file:
 
 
 ```
 ```