Hello I'm using Prepros 6.1.1 as a preprocessor for my SASS files. Everything works fine but my git does not detect changes to the processed .css file when I make changes in .sass file and compile it with Prepros. When I do "git status" after changes in .sass, all I get is "modified: prepros-6.config". So essentially git misses both .sass and .css files for some reason. Now I have 2 different version of those files on dev and live environments.
- What am I doing wrong?
- How can I fix the difference between those files now that hey are different on live and dev environments?
Thank you very much