HTML5 Boilerplate 构建脚本中的图像子文件夹
我正在尝试获取 HTML5 Boilerplate 构建脚本来缩小我的 img 文件夹。它工作正常,但它只会压缩父文件夹中的图像。
例如,如果我有
- img 文件夹
- img1
- img2
- 子文件夹
- img3
- img4
- 子文件夹2
- img5
- img6
只有img1和img2会被压缩。
我意识到我可以指定一个子文件夹路径,但我想要的是构建脚本运行所有子文件夹。
我尝试使用 img/* 和 img* 修改 default.properties 的 dir.images ,但这会标记错误。
I'm trying to get the HTML5 Boilerplate build script to minify my img folder. It works fine but it will only compress images within the parent folder.
For example If I had
- img folder
- img1
- img2
- subfolder
- img3
- img4
- subfolder2
- img5
- img6
Only img1 and img2 will be compressed.
I realise I can specify a subfolder path, but what I want is for the build script to run through all subfolders.
I've tried modifying the dir.images of the default.properties with img/* and img* but that flags up errors.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论