mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 06:08:21 +01:00
Merge pull request #2828 from cebe/composer-config
improve composer-asset-plugin config
This commit is contained in:
commit
9d9a81c4f2
@ -63,7 +63,18 @@
|
||||
},
|
||||
"config": {
|
||||
"process-timeout": 1800,
|
||||
"vendor-dir": "protected/vendor"
|
||||
"vendor-dir": "protected/vendor",
|
||||
"fxp-asset":{
|
||||
"installer-paths": {
|
||||
"npm-asset-library": "protected/vendor/npm",
|
||||
"bower-asset-library": "protected/vendor/bower"
|
||||
},
|
||||
"vcs-driver-options": {
|
||||
"github-no-api": true
|
||||
},
|
||||
"git-skip-update": "2 days",
|
||||
"pattern-skip-version": "(-build|-patch)"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"post-create-project-cmd": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user