Skip to content

Fixes #9: Do not download the scaffold files after composer install. #20

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

Merged
merged 2 commits into from
Jan 12, 2016

Conversation

greg-1-anderson
Copy link
Collaborator

With this PR, the scaffold files are only downloaded after composer update, or when explicitly requested. See #9 for details.

I also changed the 'scaffold' custom command to always write the autoload.php file, since this should always be desired. We could go back to making this a separate option, but then users would need two entries in their scripts section (one for scaffold, and one for autoload), and would need to call both operations to download the scaffold files the first time. This would be cumbersome, and the benefit of separation seems minimal to me.

…; only do it after 'composer update', or when explicitly requested.
@derhasi
Copy link
Member

derhasi commented Jan 12, 2016

Looks fine to me.

derhasi added a commit that referenced this pull request Jan 12, 2016
Fixes #9: Do not download the scaffold files after `composer install`.
@derhasi derhasi merged commit 0be424b into master Jan 12, 2016
@derhasi derhasi deleted the explicit-only branch January 12, 2016 15:27
@derhasi derhasi restored the explicit-only branch January 12, 2016 15:27
@webflo webflo deleted the explicit-only branch March 5, 2016 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants