-
-
Notifications
You must be signed in to change notification settings - Fork 834
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
Asset Publish Command #2731
Asset Publish Command #2731
Conversation
[ci skip] [skip ci]
[ci skip] [skip ci]
[ci skip] [skip ci]
[ci skip] [skip ci]
c086723
to
3105db8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not tested but looking excellent ;)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't tested locally, but code wise this looks good
I'm going to wait until the other 2 PRs are approved, then merge everything at once in case something changes. |
I'm missing commits to fix the installation procedure. |
Pardon? Modifying the installation procedure isn't part of this PR, and I'm not sure it can be: wouldn't we need InstalledSite in place before we can run commands? |
The installer publishes the fonts. That's what I meant. You can't split it out and then not fix the installer. |
Yes, but it doesn't use the command, it directly copies it over within the filesystem: https://github.com/flarum/core/blob/eac7d1b7ade79f0d4ee3b44b210bc09005491316/src/Install/Steps/PublishAssets.php#L39-L45 |
@askvortsov1 that, I missed. Disregard and continue ;) |
Followup to #2729
Part of #1783
Part of flarum/issue-archive#121
Fixes #1644
Changes proposed in this pull request:
assets:publish
command that includes:migrate
, for some reason...)Reviewers should focus on:
Confirmed
composer test
).