Skip to content

Conversation

netbrain
Copy link

@netbrain netbrain commented Sep 9, 2025

Updated the README.md to include an entry for the files_glob extension.

The files_glob extension now supports expanding glob-like patterns into real file paths at Tiltfile load time, enhancing dependency management in builds. It includes two functions: files_glob for path expansion and watch_glob for file change detection, ensuring Tilt reloads as files are added.

New tests have been added in files_glob/test/Tiltfile to validate functionality, including deduplication of file paths from overlapping patterns. The helper now utilizes bash/find for practical pattern resolution.

…rn expansion

Updated the `README.md` to include an entry for the `files_glob` extension.

The `files_glob` extension now supports expanding glob-like patterns into real file paths at Tiltfile load time, enhancing dependency management in builds. It includes two functions: `files_glob` for path expansion and `watch_glob` for file change detection, ensuring Tilt reloads as files are added.

 New tests have been added in `files_glob/test/Tiltfile` to validate functionality, including deduplication of file paths from overlapping patterns. The helper now utilizes bash/find for practical pattern resolution.

Signed-off-by: Kim Eik <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant