From: Jeremy Benoist Date: Sat, 19 Nov 2016 11:23:16 +0000 (+0100) Subject: Merge pull request #2600 from wallabag/install-assets X-Git-Tag: 2.2.0~3^2~62 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=bbd4ae7b56d9db744482a5630abad350f2d819af;hp=8add306204f2ad331dafe091bb9d168ce7781df7;p=github%2Fwallabag%2Fwallabag.git Merge pull request #2600 from wallabag/install-assets Install assets for shortcuts --- diff --git a/composer.json b/composer.json index fec34c56..6d7a7adf 100644 --- a/composer.json +++ b/composer.json @@ -99,6 +99,7 @@ "Incenteev\\ParameterHandler\\ScriptHandler::buildParameters", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", + "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile" ], "post-install-cmd": [ @@ -114,6 +115,7 @@ "symfony-var-dir": "var", "symfony-web-dir": "web", "symfony-tests-dir": "tests", + "symfony-assets-install": "symlink", "incenteev-parameters": { "file": "app/config/parameters.yml" }