sebavan a2fc774d8d typo 4 年之前
..
helpers 4f0acfb82d Merge branch 'master' of https://github.com/BabylonJS/Babylon.js into WebGPU 4 年之前
tasks a2fc774d8d typo 4 年之前
gulpfile.js 86b43fd4e1 gulp CD fix 4 年之前
package.json 5b806de3e4 Nightly 5 年之前
profiling.html 19c6909aa2 Clean config 6 年之前
readme.md 0a0bce3135 Use npm start instead 5 年之前

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

npm start

you can now freely test in the following URLs: