dart-sass-maven-plugin
dart-sass-maven-plugin copied to clipboard
Add Many-to-Many Mode
Can we add a many-to-many configuration setting to this plugin? There appears to be a loadPaths to add additional input folders, however I don't see how you would configure different outputs for those.
Hey, @fanfavorite. The many-to-many mode is the only one supported by this plugin.
The README documents the parameters you can use to specify the input and output folder.
@cleydyr, inputFolder and outputFolder are separate and look to accept just one input and one output file. Can you provide an example of how you set multiple input and output folders?
Let's see. How would you do that using the Dart Sass CLI? Depending on the necessity and the cost of implementing it, it might be added in the future.
@cleydyr, this is what I am looking to configure:
sass [inputFolder1]:[outputFolder1] [inputFolder2]:[outputFolder2] [inputFolder3]:[outputFolder3]
Hey, @fanfavorite. I consider this an enhancement. Changing the parameters requires changing the API and breaking the backward compatibility for existing projects.