]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Merge pull request #2600 from wallabag/install-assets
authorJeremy Benoist <j0k3r@users.noreply.github.com>
Sat, 19 Nov 2016 11:23:16 +0000 (12:23 +0100)
committerGitHub <noreply@github.com>
Sat, 19 Nov 2016 11:23:16 +0000 (12:23 +0100)
Install assets for shortcuts

composer.json

index fec34c569bd868503d0ca36ac7a5bc3ee1d58156..6d7a7adf5d7b69c6a3e0bbe7f5136a925a39916c 100644 (file)
@@ -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": [
         "symfony-var-dir": "var",
         "symfony-web-dir": "web",
         "symfony-tests-dir": "tests",
+        "symfony-assets-install": "symlink",
         "incenteev-parameters": {
             "file": "app/config/parameters.yml"
         }