Open Mqxx opened 1 year ago
Hi,
I think it should be fairly easy to add.. however i really don't have time to update this now, i've started an entire rewrite of this module but i will continue this later next year
What u can do if you need CLI commands is implementing your own CLI tool with this library and call it locally without installing denosass
Thank you very much! Maybe you can get some inspiration from the parameters or the CLI interface of ESBuild.
Hey is it possible to specify glob patterns in the CLI? I would like to compile different sass files which are nested differently under a certain
dist
folder.As an example, I have the following folders:
And I would like to compile the following files from it:
In ESBuild I can do it like this:
This generates a glob pattern which is used to store the files with the same nesting under dist. Is there something similar for this sass CLI?
Why would this be useful?
If you have several subpages in your project and do not want to bundle all style files into one file.
Thanks for considering. ~Mqx