David Catuhe 3527118c6f Fix #6264 6 лет назад
..
helpers 56aecb6925 Test Custom junjt plugin 6 лет назад
tasks 3527118c6f Fix #6264 6 лет назад
gulpfile.js 9edf2634b0 Modules size tests 6 лет назад
package.json 76f5ecaa41 Migrate to TS 4.1 6 лет назад
profiling.html 19c6909aa2 Clean config 6 лет назад
readme.md abbfb9abb2 up 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):

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: