Our streaming build system
-
Gulp tasks:
- TypeScript Transpile
Bellow there is some comments about the application structure.
.
|
├── gulpfile.js # gulp orchestrator
├── ...
├── gulp # Contains gulp specific tasks and templates
| └── Tasks
| ├── TsTranspile.js # TypeScript transpile task definition
| └── UpdateVersion.js # Task used to update the repository task dynamically
|
├── ...