- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我需要在 http://dev.ckeditor.com/ticket/10931 中完成的新功能(允许嵌套小部件)在构建中。
我知道它允许出现各种 ACF 错误,因为 ACF 目前不过滤小部件内的小部件,但我认为我们可以在等待 4.5 到来时接受它。
它应该通过检查 https://github.com/ckeditor/ckeditor-dev 的主要分支来工作吗?并在其上进行构建?
最佳答案
您提到的分支不稳定,不建议用于生产 ( see the REDAME )。
This repository contains the following branches:
- master: development of the upcoming minor release.
- major: development of the upcoming major release.
- stable: latest stable release tag point (non-beta). *latest: latest release tag point (including betas).
- release/A.B.x (e.g. 4.0.x, 4.1.x): release freeze, tests and tagging. Hotfixing.
尽管某些功能已合并到 master
或 major
中,但它们在发布之前尚未准备好投入生产。这是因为插件和可能的错误(回归)之间存在不可预测的交互,一旦代码被卡住,这些错误就会在综合测试阶段检测到。
始终存在功能被破坏或 API 发生变化的风险,使得将来迁移到 CKEditor 稳定版本变得复杂。当然,您可以从不稳定分支构建 CKEditor 包,即使用 ckeditor-presets工具,但我不建议在生产环境中使用它。
另请注意,基于 major
构建包意味着包含 other features an fixes awaiting final testing in upcoming release ,这可能会进一步破坏您的应用程序。自 http://dev.ckeditor.com/ticket/10931非常复杂,在您的情况下仅提取相关提交可能会非常棘手。
关于javascript - CKEditor 从源代码自定义构建,包括。某些票务修复,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27925795/
我是一名优秀的程序员,十分优秀!