Skip to content
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

[3.4] Composer script logic for default site bundle #7071

Merged
merged 3 commits into from
Oct 18, 2017
Merged

[3.4] Composer script logic for default site bundle #7071

merged 3 commits into from
Oct 18, 2017

Conversation

GwendolenLynch
Copy link
Contributor

@GwendolenLynch GwendolenLynch added this to the Bolt 3.4 - Feature release milestone Oct 12, 2017
@bobdenotter
Copy link
Member

I like it.. From what I glean by looking at it, this would fit well with how I personally see people using bolt most (getting the distro, running composer for updates or just using composer create-project).

src/Nut/Init.php Outdated
private function updateDistBundles()
{
$fs = $this->app['filesystem']->getFilesystem('root');
$paths = ['.bolt.yml', 'composer.json', 'composer.lock', 'src/Site/SiteBundleLoader.php'];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't you prefer:

$paths = [
    '.bolt.yml',
    'composer.json',
    'composer.lock',
    'src/Site/SiteBundleLoader.php',
];

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Haha … Payback is the proverbial … yeah, probably. I don't know that this is exactly what we want either way, just trying to keep the conversation moving right now 😉

@bobdenotter bobdenotter merged commit a6db218 into bolt:3.4 Oct 18, 2017
@GwendolenLynch GwendolenLynch deleted the feature/default-site-bundle branch October 18, 2017 12:23
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.

None yet

3 participants