two output paths from one sass file?
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.
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?
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.