Open zoaha opened 3 months ago
@zoaha It may require a tool to remove it.
npm install --global del-cli
$ del --help
Usage
$ del <path|glob> …
Options
--force, -f Allow deleting the current working directory and outside
--dry-run, -d List what would be deleted instead of deleting
--verbose, -v Display the absolute path of files and directories as they are deleted
Examples
$ del unicorn.png rainbow.png
$ del "*.png" "!unicorn.png"
@jaywcjlove I think it would be idead to add this option to the configuration instead of using another tool.
"excludeFormat": [
"eot",
"svg",
"symbol.svg",
"ttf",
"woff"
]
@zoaha You can use node:fs unlink
for now...
I have added this setting and updated it to v6.1.0. @amirrezamini
Is it possible to limit the font outputs to ONLY woff2?
This works for only generating the
.css
instead of.less, .sass, ....
:Is there something similar for the font files? I only need woff2.
Ideally generating: