dhtpublic/dht_gin_custom
最新稳定版本:2.13.0
Composer 安装命令:
composer require dhtpublic/dht_gin_custom
包简介
DHT Gin Custom Styles
README 文档
README
Info
Install
composer require dhtpublic/dht_gin_custom
Development
Drupal coding standards have to be maintained Code, maschine names and comments have to be in english.
Gulp is now available
npm install
New version
Create a new tag for new release Follow semver.org standard.
Have a look at the current tags and versions:
git tag
Create a new version:
git tag x.x.x
git push
1. To push your changes into git use the common git push command
2. To update the version of the contrib module use the git push --tags
Workaround .git folder in module
Regardless of whether composer require or update the module in a project, please head to the contrib/dht_gin_custom folder and delete the .git folder
It could help adding following script to the composer.json if not allready included.
"scripts": {
"post-install-cmd": [
"@composer drupal:scaffold",
"find htdocs/vendor -name '.git' | xargs rm -rf",
"find htdocs/vendor -name '.git' | xargs rm -rf",
"find htdocs/modules -name '.git' | xargs rm -rf",
"find htdocs/modules -name '.github' | xargs rm -rf"
],
"post-update-cmd": [
"@composer drupal:scaffold",
"find htdocs/vendor -name '.git' | xargs rm -rf",
"find htdocs/vendor -name '.git' | xargs rm -rf",
"find htdocs/modules -name '.git' | xargs rm -rf",
"find htdocs/modules -name '.github' | xargs rm -rf"
]
}
统计信息
- 总下载量: 2.58k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-01-26