-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Many-to-Many Mode #33
Comments
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. |
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.
The text was updated successfully, but these errors were encountered: