I have some custom code that generates files on the website. I need these files to be added to the git repository on Umbraco Cloud. Is that possible, and how?
Is there any hints you could give as to how to accomplish this? Giving the source code to the whole site to a user interface developer means they have to know how to run it in Visual Studio, which in my case they do not. I would like to use SCSS to style the web site and run an automated process to build the CSS. When they change the SCSS I would like to save their changes in a new git branch. How would I go about starting to write an extension such as this.
Add programatically generated files to git
I have some custom code that generates files on the website. I need these files to be added to the git repository on Umbraco Cloud. Is that possible, and how?
No this is not possible. I'm curious as to what the use case for this is?
https://our.umbraco.org/projects/developer-tools/parameter-editor-generator/ and similar stuff :)
Alright, we recommend working on your website locally and then pushing changes to Cloud.
Is there any hints you could give as to how to accomplish this? Giving the source code to the whole site to a user interface developer means they have to know how to run it in Visual Studio, which in my case they do not. I would like to use SCSS to style the web site and run an automated process to build the CSS. When they change the SCSS I would like to save their changes in a new git branch. How would I go about starting to write an extension such as this.
is working on a reply...