Only scaffold files when scaffold package is changed

Created on 23 December 2019, over 5 years ago
Updated 16 January 2024, about 1 year ago

Problem/Motivation

Currently, the Composer scaffolding plugin always re-scaffolds the project on install or update.

This means that any complications associated with a given scaffolding will repeat even if the package that installed the scaffold was not updated.

Proposed resolution

Only update the scaffolding when the scaffold package is changed.

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

📌 Task
Status

Active

Version

11.0 🔥

Component
Other 

Last updated about 23 hours ago

Created by

🇺🇸United States mile23 Seattle, WA

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇮🇳India shashikanth171

    The related issue, #3103090 ensures that scaffolding runs only when the current on disk file is different from what would be written.

    So, this issue's scope is to ensure that scaffolding is only triggered when the scaffolding package has any update in the first place. So, that only when the scaffolding package has an update, will (as per #3103090), the on disk file will be compared.

    I will work on this.

Production build 0.71.5 2024