Skip to content

Commit

Permalink
Optimizing autoload for artifact. (#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash authored Sep 15, 2016
1 parent 9e40a57 commit 88cfd55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phing/tasks/deploy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<include name="composer.lock"/>
</fileset>
</copy>
<exec dir="${deploy.dir}" command="export COMPOSER_EXIT_ON_PATCH_FAILURE=1; composer install --no-dev --prefer-dist --no-interaction" logoutput="true" checkreturn="true" level="info" passthru="true"/>
<exec dir="${deploy.dir}" command="export COMPOSER_EXIT_ON_PATCH_FAILURE=1; composer install --no-dev --prefer-dist --no-interaction --optimize-autoloader" logoutput="true" checkreturn="true" level="info" passthru="true"/>
</then>
<else>
<echo>Dependencies will not be built because deploy.build-dependencies is not enabled.</echo>
Expand Down

0 comments on commit 88cfd55

Please sign in to comment.