Skip to content

[FrameworkBundle] [Command] Clean bundle directory, fixes #23177 #23194

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

[FrameworkBundle] [Command] Clean bundle directory, fixes #23177 #23194

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Jun 15, 2017

Q A
Branch? 2.7
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? no
Fixed tickets #23177
License MIT

This PR fix #23177
when running an assets:install, it will remove directorys who do not have anymore a valid Bundle

@stof
Copy link
Member

stof commented Jun 15, 2017

@NicolasPion why are you opening and closing multiple PRs for this issue ?

@ghost
Copy link
Author

ghost commented Jun 15, 2017

@stof Trying to squash ... but not really good with GitHub :'(

@robfrawley
Copy link
Contributor

robfrawley commented Jun 15, 2017

You squash on the CLI. For example to rebase interactively (on the last 3 commits), use

git rebase -i HEAD~3

And then just push to the original branch you created the PR from, using --force if required.

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants