sebavan 2fe674c3b5 Update Config %!s(int64=6) %!d(string=hai) anos
..
helpers 142dada196 Color publisher and federate node tools %!s(int64=6) %!d(string=hai) anos
tasks 142dada196 Color publisher and federate node tools %!s(int64=6) %!d(string=hai) anos
config.json 2fe674c3b5 Update Config %!s(int64=6) %!d(string=hai) anos
gulpfile.js c06db2d1ef LocalDev in ES6 %!s(int64=6) %!d(string=hai) anos
package.json 7b78d1e6ce Last Fix %!s(int64=7) %!d(string=hai) anos
profiling.html 657632ad12 Custom Building using browser profiling. Directions in self-contained %!s(int64=8) %!d(string=hai) anos
readme.md abbfb9abb2 up %!s(int64=6) %!d(string=hai) anos

readme.md

Build Babylon.js with Gulp

Build Babylon.js with gulp and npm (nodejs), easy and cross-platform

Paths in this file are relative to this file location, currently Tools/Gulp.

How to use it

First install gulp :

npm install -g gulp@4.0.0

Install some dependencies :

npm install

Update dependencies if necessary :

npm update

Build all the distributed files and tests (release build):

gulp

Will generate all the files of the dist/preview release folder.

Build all the distributed files without tests (release build):

gulp typescript-libraries

Will generate all the files of the dist/preview release folder.

Run all the tests (release build):

gulp tests-all

Run Integrated Web Server and watch for changes (dev build):

gulp run

you can now freely test in the following URLs: