I am working in a project. I started to use SASS for it, but Source Tree cannot find these files, only the CSS files compiled from the .sass. Any suggestions or fixes?
Asked
Active
Viewed 148 times
0
-
Do you have a .gitignore file in your main folder? If so, open it and check if there is some exclusion about SASS – Fab Mar 27 '17 at 07:11
-
This what I have in ProjectFolder/.git/gitignore.txt **/.sass-cache **/.sass-cache/* – Stefan Paius Mar 27 '17 at 07:28
-
check your `.gitignore` file – Denis Tsoi Mar 29 '17 at 17:34
-
Could be a bit more precicse about what I am supposed to check in that file? – Stefan Paius Mar 30 '17 at 21:28