johan-v-r / LibSassBuilder

Sass builder for .NET projects
MIT License
99 stars 14 forks source link

Setting config file to move output #55

Open thinkerytim opened 1 year ago

thinkerytim commented 1 year ago

Is there a way to set the config so that when the css file is compiled it outputs it to a different location? It might be a non-best practice but I like to keep my scss in an assets directory outside the wwwroot directory and then copy the compiled css to wwwroot/css/ when it's been updated.

johan-v-r commented 1 year ago

Hi @thinkerytim - sure that should be possible, might get a bit interesting with keeping certain folder structures or dealing with duplicate file names..

Perhaps you can propose a new flag with a PR and we take it from there?

Grandizer commented 1 year ago

What is the latest for this? Can we move/copy the rendered file to a different location?