소스 검색

Update readme.md

David Catuhe 10 년 전
부모
커밋
f36ce94f11
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      Tools/Gulp/readme.md

+ 5 - 5
Tools/Gulp/readme.md

@@ -37,8 +37,8 @@ npm update
 gulp
 ```
 Will be generated :
-- build/babylon.js
-- build/babylon.min.js
+- babylon.js
+- babylon.max.js (unminified)
 
 ### Build Babylon.js when you save a javascript file:
 ```
@@ -52,9 +52,9 @@ gulp watch
 gulp typescript
 ```
 Will be generated :
-- build/babylon.js
-- build/babylon.d.ts
-- build/babylon.min.js
+- babylon.js
+- babylon.d.ts
+- babylon.max.js (unminified)
 
 Be aware that all js files content will be overwrite.