mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 18:44:26 +02: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
|
"php-http/discovery": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"extra": {
|
||||||
|
"installer-types": ["bower-asset", "npm-asset"],
|
||||||
|
"installer-paths": {
|
||||||
|
"view/asset/{$name}/": [
|
||||||
|
"type:bower-asset",
|
||||||
|
"type:npm-asset"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
"archive": {
|
"archive": {
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"/.*",
|
"/.*",
|
||||||
|
|
919
composer.lock
generated
919
composer.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue