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

Make kit updatable #25

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Make kit updatable #25

wants to merge 2 commits into from

Conversation

jasonvarga
Copy link
Member

@jasonvarga jasonvarga commented Nov 13, 2024

This changes the structure of this repo so that it stays composer required, which would allow it to be updated.

Requires statamic/cms#11064 and statamic/cms#11119

This starter kit repo is essentially now an addon. All the views, js, css, etc live in the package.

The starter kit will install base css/js files which will require the ones from the package. If we need to update some js, we can do it in this repo, and then users can run composer update && npm run build to get the latest.

@jasonvarga jasonvarga marked this pull request as draft November 13, 2024 17:34
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.

1 participant