Open Ngranger opened 5 years ago
A workaround I found was to rename the source folder sass
. I think the issue is that the program only reads up to the first three filename characters, so reads scss
as css
.
Well the workaround solved the issue I was having, so thank you for the help.
However, Koala should do a better job of matching in my opinion.
The problem is that Koala is now quite old and from what I understand, no longer maintained.
Koala v2.3.0
The program is ignoring the explicitly set output path for SCSS in the project's settings "koala-config.json" and defaults to generating in the same folder as the SCSS files.
Folders structure:
Root/ Root/media Root/media/css (Set as the output folder) Root/media/scss (Set as the source folder, but the output is still showing up here)