sebavan 144f187d8b Inline Constants пре 5 година
..
helpers 144f187d8b Inline Constants пре 5 година
tasks 144f187d8b Inline Constants пре 5 година
gulpfile.js f6c4b467df Add a documentation preprocessing stage пре 6 година
package.json 0763f9f01f Nightly пре 6 година
profiling.html 19c6909aa2 Clean config пре 6 година
readme.md c2d346b562 Updated build command пре 6 година

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):

npm run build

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: