We use Github to track projects. Being able to compare different versions of Python scripts under ./script-python/*.py is awesome.
As far as I can tell, the source code of Gateway Event Scripts is stored:
- within ./event-scripts/data.bin
- as binary
Hence, to "diff" running vs dev, I must restore the two versions of data.bin and copy/paste from Designer.
Wondering if there is any clever things people are doing to make this more streamlined. For example, I have contemplated manually maintaining the script content in a separate folder. However, I assume this would necessitate an entirely separate Github repo so that the sources don't get pulled into the Project Library.
Many thanks!