oklai / koala

Koala is a GUI application for less, sass and coffeescript compilation, to help web developers to the development more efficient.
http://koala-app.com
Other
3.99k stars 522 forks source link

Koala is ignoring SCSS output folder #806

Open Ngranger opened 5 years ago

Ngranger commented 5 years ago

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)

chrisbo commented 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.

Ngranger commented 5 years ago

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.

chrisbo commented 5 years ago

The problem is that Koala is now quite old and from what I understand, no longer maintained.