HTML5 Boilerplate 构建脚本中的图像子文件夹

发布于 2024-10-30 06:24:31 字数 457 浏览 2 评论 0原文

我正在尝试获取 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文