Raanan Weber 102f87a89c hmmm... hace 5 años
..
helpers 2879cb20bf Final check hace 5 años
tasks 102f87a89c hmmm... hace 5 años
gulpfile.js 2086b03fde Remove fake intelisense file + update build hace 5 años
package.json 5f586af5b4 allowing dev server to run https (self signed) hace 5 años
profiling.html 19c6909aa2 Clean config hace 6 años
readme.md 0a0bce3135 Use npm start instead hace 5 años

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: