Releases: phpgt/Build
Releases · phpgt/Build
Cross platform
Manually tested and amended for Linux, Mac and Windows builds.
Basics working
- Versions of required build software checked
- Build runner runs in the background forever
- Matching file changes detected
- Build software executed when needed
Basics scoped out
- The BuildRunner class is run from the WebEngine's bin directory
- JSON file parsed and expanded into TaskList
- TaskList contains multiple Task objects
- Each Task has a number of Requirement objects
- Globs expanded in Task to match all files
- Files are md5 hashed for whatever watch system is decided upon