Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Alex 5 posts 85 karma points
    Jan 08, 2018 @ 04:39
    Alex
    0

    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!

  • Søren Kottal 702 posts 4497 karma points MVP 5x c-trib
    Jan 08, 2018 @ 08:13
    Søren Kottal
    100

    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 :)

  • Alex 5 posts 85 karma points
    Jan 09, 2018 @ 03:25
    Alex
    0

    Seems weird that it doesnt track standard formats like scss. Thanks for the response

  • Søren Kottal 702 posts 4497 karma points MVP 5x c-trib
    Jan 09, 2018 @ 07:15
    Søren Kottal
    0

    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.

Please Sign in or register to post replies

Write your reply to:

Draft