diff --git a/composer.json b/composer.json index aed6100..3f9b657 100644 --- a/composer.json +++ b/composer.json @@ -97,7 +97,7 @@ "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile", - "php app/console assetic:dump", + "php app/console assetic:dump --env=prod", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::removeSymfonyStandardFiles" ], "post-update-cmd": [ @@ -106,7 +106,7 @@ "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile", - "php app/console assetic:dump", + "php app/console assetic:dump --env=prod", "Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::removeSymfonyStandardFiles" ] }, diff --git a/composer.lock b/composer.lock index 4b3dec4..b18d00b 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "4a2c8190111075ca1506cf9601a42c81", + "hash": "5ffe9d4843a75e325b147224a3cbfd0c", "packages": [ { "name": "doctrine/annotations",