You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 25, 2023. It is now read-only.
At the moment, the compiler always produces .css files in the same directory as the original .less files. Our projects, however, are usually setup to have a css directory, and a separate less directory. The files in the less directory should be compiled into the css directory. These directories are always siblings within the directory hierarchy:
It would be great if the compiler could auto-detect this kind of setup, and compile it to the appropriate directory. It might also be useful if the user could specify a custom directory - per project - for compilation, as this would then cover a multitude of edge use-cases.