From: Jeremy Benoist Date: Fri, 18 Nov 2016 13:12:26 +0000 (+0100) Subject: Install assets for shortcuts X-Git-Tag: 2.2.0~3^2~62^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=74216c7c74d965006ecd43085abb9a839f5b4bc3;p=github%2Fwallabag%2Fwallabag.git 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" }