aplia / ezjscore
eZ JS Core
v1.3.4
2021-03-24 14:34 UTC
Requires
- php: >=5.3
- composer/composer: >=1.0
This package is auto-updated.
Last update: 2024-09-24 22:07:47 UTC
README
什么是 Aplia eZ JS Core?
Aplia eZ JS Core 是 eZ JS Core 扩展的分支,该扩展包含在 eZ Publish 旧版仓库中。
如何与 eZ JS Core 合并
-
检出
ezpublish-legacy
git clone https://github.com/ezsystems/ezpublish-legacy
-
检出 Aplia eZ JS Core
git clone git@github.com:Aplia/ezjscore.git aplia-ezjscore
-
进入 Aplia eZ JS Core 目录
cd aplia-ezjscore
-
删除除
.git
、README.md
和composer.json
之外的所有内容ls | grep -v '.git' | grep -v 'README.md' | grep -v 'composer.json' | xargs rm -R
-
从
ezpublish-legacy
复制更新的代码cp -R ../ezpublish-legacy/extension/ezjscore/ .
-
审查并添加更改
git add .
-
推送代码并添加新版本