定制 oliverthiele/ot-febuild 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

oliverthiele/ot-febuild

最新稳定版本:v1.0.2

Composer 安装命令:

composer require oliverthiele/ot-febuild

包简介

TYPO3 extension that serves as a target for frontend build output (e.g. from Webpack). No assets included.

关键字:

README 文档

README

This TYPO3 extension provides a clean, Composer-friendly target for frontend build artifacts (e.g. from Webpack). It helps keep your sitepackage free from compiled output and allows better IDE synchronization and version control separation.

The build process should output all assets (CSS, JS, fonts, icons, etc.) into the folder:

EXT:ot_febuild/Resources/Public/Assets/

TYPO3 automatically handles cache busting via versionNumberInFilename and – in TYPO3 v12 and v13 – symlinks the public directory under:

public/_assets/

✅ Benefits

  • Keeps generated files out of your sitepackage and Git history
  • TYPO3 can resolve paths via EXT:ot_febuild/... for JS/CSS includes
  • Compatible with versionNumberInFilename and TYPO3 v12+ public asset handling
  • Ideal for use in Composer-based installations

📦 Installation

composer require oliverthiele/ot-febuild

🔧 Integration via TypoScript

Example configuration:

page {
    includeCSS.styles = EXT:ot_febuild/Resources/Public/Assets/Css/Main.css
    includeJs.script = EXT:ot_febuild/Resources/Public/Assets/JavaScript/Main.js
}

Additional assets (e.g. icons, fonts) are also available under:

EXT:ot_febuild/Resources/Public/Assets/

If you're using the corresponding frontend build configuration, Font Awesome SVG icons are available in:

EXT:ot_febuild/Resources/Public/Assets/SVG/

🔁 Deployment Example (DDEV → Live Server)

rsync -avzP -e 'ssh -p 22' --progress --dry-run \
    /var/www/html/vendor/oliverthiele/ot-febuild/Resources/Public/Assets/ \
    user@dev.example.com:/usr/home/user/public_html/typo3-dev/packages/ot_febuild/Resources/Public/Assets

You can automate this as part of your deployment or build pipeline.

📝 License

This project is licensed under the GNU General Public License v2.0 or later (GPL-2.0-or-later).

统计信息

  • 总下载量: 107
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 2025-06-05