koala icon indicating copy to clipboard operation
koala copied to clipboard

two output paths from one sass file?

Open wykydtronik opened this issue 9 years ago • 2 comments

I am confused as to how to set this up, how can I auto compile 2 files at once?

My scenario is my stack has the basic repository and a deployment folder. I need Koala to compile the sass to the deployment folder to make adjustments/tweaks locally while also compiling to my repository directory. That way when I commit / push my changes in the repo stick.

wykydtronik avatar Mar 14 '16 21:03 wykydtronik

Hi @wykydtronik,

Sorry for now a file is compiled only once (one output compiled file). But I see why you would need to have such a setup. Why are the deployment and the repository different? And can't you just copy the files form one to the other?

ziadkh0 avatar Oct 23 '16 09:10 ziadkh0

I was looking for the same thing, reason being. I would like one minified stylesheet and another in full, for the end user to choose whether they want the min file or the larger file for easier editing.

seojake avatar Jun 04 '19 10:06 seojake