How are people doing version management etc of their Velo code? I looked for a way to push code into Wix and/or pull code out of Wix but couldn’t find anything.
The Wix code editor is nice and all but I’m writing libraries and running unittests and as far as I can tell, the only way for me to get my code from my machine to the server is copy and paste 1 file at a time which is really no fun. Am I missing something?
What is everyone else doing for testing, version control etc?
which is under development apparently. I don’t really see a reason why github has to be involved (and how would I export, grant Wix permission to push to my repo?)
Adding a zip-file interface to the packages UI would solve most of my problem.
Now that I think of it, I guess I can just use webpack as a way of making it so that at least I’m only copying one file each time.