-
Notifications
You must be signed in to change notification settings - Fork 5
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
[功能建议] 添加配置项可以不生成 index.html 以及起服务 #2
Comments
好的,可以在 options 里加上 slient, 为 true 的话不生成 index.html 及启动服务器,这个我稍后处理下。
|
写了脚本一次有多个字体切割,但是起了服务 不会结束进程 导致一直走不下去。 |
此外我觉得可以 再加一个 |
好的,计划添加以下 options,可以看下能否满足你的需求。预计今晚处理完成 {
preview: true, // 默认为 true,为 false 时不生成 index.html 及启动服务器
generateFontSubsetName: (fontFamily, index) => `${fontFamily}.${index + 1}` // 默认为该函数
} |
非常 Nice 😆 , 预想 |
已经更新版本 1.0.2,辛苦试用下是否符合预期 |
可以添加配置项,允许只静默生成文件,而不生成
index.html
文件以及不创建静态服务。The text was updated successfully, but these errors were encountered: