Skip to content

Files

Latest commit

922bf67 · Feb 20, 2025

History

History

gulp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 9, 2024
May 9, 2024
Feb 20, 2025
May 9, 2024

Gulp

Our streaming build system

This folder contains:

  • Gulp tasks:
    • TypeScript Transpile

Project Structure

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
|    
├── ...