mirror of
https://github.com/friendica/friendica
synced 2025-01-03 20:02:19 +00:00
install all bower and npm dependencies with composer
This commit is contained in:
parent
fa22e11c5f
commit
b7e007c37b
2 changed files with 72 additions and 856 deletions
|
@ -124,6 +124,15 @@
|
|||
"php-http/discovery": false
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"installer-types": ["bower-asset", "npm-asset"],
|
||||
"installer-paths": {
|
||||
"view/asset/{$name}/": [
|
||||
"type:bower-asset",
|
||||
"type:npm-asset"
|
||||
]
|
||||
}
|
||||
},
|
||||
"archive": {
|
||||
"exclude": [
|
||||
"/.*",
|
||||
|
|
919
composer.lock
generated
919
composer.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue