mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 19:11:07 +00:00
Install assets for shortcuts
This commit is contained in:
parent
b060fbdfe7
commit
74216c7c74
1 changed files with 2 additions and 0 deletions
|
@ -99,6 +99,7 @@
|
||||||
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
|
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
|
||||||
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
|
||||||
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
|
||||||
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
|
||||||
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
|
||||||
],
|
],
|
||||||
"post-install-cmd": [
|
"post-install-cmd": [
|
||||||
|
@ -114,6 +115,7 @@
|
||||||
"symfony-var-dir": "var",
|
"symfony-var-dir": "var",
|
||||||
"symfony-web-dir": "web",
|
"symfony-web-dir": "web",
|
||||||
"symfony-tests-dir": "tests",
|
"symfony-tests-dir": "tests",
|
||||||
|
"symfony-assets-install": "symlink",
|
||||||
"incenteev-parameters": {
|
"incenteev-parameters": {
|
||||||
"file": "app/config/parameters.yml"
|
"file": "app/config/parameters.yml"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue