diff options
author | Jeremy Benoist <j0k3r@users.noreply.github.com> | 2016-11-19 12:23:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-19 12:23:16 +0100 |
commit | bbd4ae7b56d9db744482a5630abad350f2d819af (patch) | |
tree | bcb14be7727481fd46b1bae11bdc9d7abdbd7cbc /composer.json | |
parent | 8add306204f2ad331dafe091bb9d168ce7781df7 (diff) | |
parent | 74216c7c74d965006ecd43085abb9a839f5b4bc3 (diff) | |
download | wallabag-bbd4ae7b56d9db744482a5630abad350f2d819af.tar.gz wallabag-bbd4ae7b56d9db744482a5630abad350f2d819af.tar.zst wallabag-bbd4ae7b56d9db744482a5630abad350f2d819af.zip |
Merge pull request #2600 from wallabag/install-assets
Install assets for shortcuts
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/composer.json b/composer.json index fec34c56..6d7a7adf 100644 --- a/composer.json +++ b/composer.json | |||
@@ -99,6 +99,7 @@ | |||
99 | "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", | 99 | "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", |
100 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", | 100 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", |
101 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", | 101 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", |
102 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", | ||
102 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile" | 103 | "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile" |
103 | ], | 104 | ], |
104 | "post-install-cmd": [ | 105 | "post-install-cmd": [ |
@@ -114,6 +115,7 @@ | |||
114 | "symfony-var-dir": "var", | 115 | "symfony-var-dir": "var", |
115 | "symfony-web-dir": "web", | 116 | "symfony-web-dir": "web", |
116 | "symfony-tests-dir": "tests", | 117 | "symfony-tests-dir": "tests", |
118 | "symfony-assets-install": "symlink", | ||
117 | "incenteev-parameters": { | 119 | "incenteev-parameters": { |
118 | "file": "app/config/parameters.yml" | 120 | "file": "app/config/parameters.yml" |
119 | } | 121 | } |