-
Notifications
You must be signed in to change notification settings - Fork 5
Handle lib/ automatically #302
Copy link
Copy link
Open
Labels
INFInfra, not user-visibleInfra, not user-visible
Description
Desiderata
- Get the lib directory out of version control since it's all autogenerated
We have some CI that checks that lib/ matches what happens when you autogenerate the files from what's in the repository.
If everyone always remembered to run gulp clean compile and then git add lib/ before every PR, we'd be set.
Let's extend the CI thing to add a single step that checks if there were changes and they were all inside of lib/, and then it commits and pushes its own update. It should be quick to write.
Maybe it'll be great, maybe it'll be super annoying. Let's find out!
Cognata
Verbata: gulp, build step, source code, CI, continuous integration, version control is only for source code, autogenerated files out of the repo,
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
INFInfra, not user-visibleInfra, not user-visible