-
Notifications
You must be signed in to change notification settings - Fork 244
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Would it be possible to support multiple files as input / output using the CLI?
PostCSS and ESbuild allow to use a glob pattern for the input and have arguments to set the output directory and extension.
Examples:
postcss src/**/*.css --base src --dir dist/css --ext .min.cssesbuild src/**/*.js --bundle --outdir=dist/JS --out-extension:.js=.min.js
A similar solution would be very useful as many projects have more than one stylesheet.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers