Does the external process of updating the file involves deleting & re-creating the containing folder, /automatic-css/? That could be the reason, as Pinegrow loses tracking the original file.
At the moment I have created softlinks in the terminal from the generated css files to the Pinegrow project folder. Then it works, but I don’t want to have to do that because it needs file exclusion from export and also in .gitignore.
reverencing the files from outside the project folder was not working using relative path.
I do not want them to be refreshed live when editing. I just want them to be loaded as external files but they was not changing - i think now this has to do with the mapped_urls thing - the files are copied and maybe used instead of loaded form the real URL.