Sass file changes not being pulled down in git pull from cloud solution
I have installed a backoffice plugin to allow for sass files in a ~/scss folder to be created & edited.
The files are updated without issue on the cloud site and the changes do show ok however any new changes do not come through on a git pull request to my local machine
I cannot see any reason for this , the .gitignore file is the standard umbraco cloud file and does not exclude the file type or folder
Sass file changes not being pulled down in git pull from cloud solution
I have installed a backoffice plugin to allow for sass files in a ~/scss folder to be created & edited.
The files are updated without issue on the cloud site and the changes do show ok however any new changes do not come through on a git pull request to my local machine
I cannot see any reason for this , the .gitignore file is the standard umbraco cloud file and does not exclude the file type or folder
Any ideas would be appreciated!
I think this is the same issue as this: https://our.umbraco.org/forum/umbraco-cloud/89895-add-programatically-generated-files-to-git
Umbraco Deploy doesn't handle files other than the ones manipulated by Umbraco itself (views, partials views, etc.)
Would be cool, if that part was extensible :)
Seems weird that it doesnt track standard formats like scss. Thanks for the response
I think there is some secret stuff going on in Deploy, that subscribes to events in the backoffice and adds files to git.
This can't be aware of third party packages, so makes sense, that it doesn't track what's coming from those.
Would be nice, if it was possible to extend that behaviour.
is working on a reply...