Skip to content

Commit

Permalink
Merge pull request #488 from xophm1/more-no-release-for-symfony-1
Browse files Browse the repository at this point in the history
Add no_release for symfony1 publish_assets
  • Loading branch information
willdurand committed Mar 20, 2014
2 parents 33b495a + fcea8b1 commit 6bec09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/symfony1/symfony.rb
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@

namespace :plugin do
desc "Publishes web assets for all plugins"
task :publish_assets do
task :publish_assets, :roles => :app, :except => { :no_release => true } do
run "#{try_sudo} sh -c 'cd #{latest_release} && #{php_bin} ./symfony plugin:publish-assets'"
end
end
Expand Down

0 comments on commit 6bec09e

Please sign in to comment.