You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
task:build_bootstrapdoonrelease_roles:alldowithinrelease_pathdo# TODO: does this need to be configurable?execute:php,"./vendor/sensio/distribution-bundle/Sensio/Bundle/DistributionBundle/Resources/bin/build_bootstrap.php",fetch(:app_path)endendend
I'd say yes. Actually only because I consider dropping the bootstrap-cache entirely, because
It is the only "part" of the DistributionBundle I use, so I'd like to drop that bundle
It looses it's benefit, when there is a proper bytecode cache with constant stat-calls
Right now I cannot drop the bundle, because it would break the deployment (as far as I've seen I cannot remove tasks from the flow, right?)
The text was updated successfully, but these errors were encountered:
Hi, it's me again. I've seen a
TODO
I'd say yes. Actually only because I consider dropping the bootstrap-cache entirely, because
stat
-callsRight now I cannot drop the bundle, because it would break the deployment (as far as I've seen I cannot remove tasks from the flow, right?)
The text was updated successfully, but these errors were encountered: