Desiderata
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,
Desiderata
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 compileand thengit 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,