Umbraco cloud client is using Limbo Models Builder and I have run into a few issues when updating doctypes locally.
- Does Limbo work like sourcecodeauto and update on save as I am not getting intellisense unless I go into Limbo and build the models manually
- Should committing UDA's from local to dev generate the models in dev or do I need to run Limbo manually in dev, staging, live?
- The generated Models are not in gitignore and committing them seems to address point 2 but this is not a method I have used in the past.
The site is an upgrade from v7 to 10 to 13 so perhaps there are some methods that should be updated e.g. using native models builder so it's plays nicer with cloud?