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

Changed location of built public content to temporary dir #21857

Conversation

mike182uk
Copy link
Member

refs ONC-662

Changed location of built public content to temporary dir to circumvent file writing issues in some environments (i.e gluster). This is a stop-gap measure until we get to refactoring the generation of the built public content.

@mike182uk mike182uk force-pushed the mike-onc-662-fix-file-write-issues-in-ghost-application-related-to-asset branch 6 times, most recently from 8c23bb0 to 393afa2 Compare December 11, 2024 09:13
refs [ONC-662](https://linear.app/ghost/issue/ONC-662/fix-file-write-issues-in-ghost-application-related-to-asset-generation)

Changed location of built public content to temporary dir to circumvent file
writing issues in some environments (i.e gluster). This is a stop-gap measure
until we get to refactoring the generation of the built public content.
@mike182uk mike182uk force-pushed the mike-onc-662-fix-file-write-issues-in-ghost-application-related-to-asset branch from 393afa2 to 822966f Compare December 11, 2024 09:17
@mike182uk mike182uk force-pushed the mike-onc-662-fix-file-write-issues-in-ghost-application-related-to-asset branch from 78a88b0 to 0e4fde0 Compare December 11, 2024 10:54
@mike182uk mike182uk force-pushed the mike-onc-662-fix-file-write-issues-in-ghost-application-related-to-asset branch from 0e4fde0 to 6938f7f Compare December 11, 2024 10:59
@mike182uk mike182uk merged commit 712ae40 into main Dec 11, 2024
21 checks passed
@mike182uk mike182uk deleted the mike-onc-662-fix-file-write-issues-in-ghost-application-related-to-asset branch December 11, 2024 11:34
mike182uk added a commit that referenced this pull request Dec 11, 2024
refs
[ONC-662](https://linear.app/ghost/issue/ONC-662/fix-file-write-issues-in-ghost-application-related-to-asset-generation)

Changed location of built public content to temporary dir to circumvent
file writing issues in some environments (i.e gluster). This is a
stop-gap measure until we get to refactoring the generation of the built
public content.
mike182uk added a commit that referenced this pull request Dec 12, 2024
refs [ONC-662](https://linear.app/ghost/issue/ONC-662/fix-file-write-issues-in-ghost-application-related-to-asset-generation)

Refactored the generation of the following assets:
- `comment-counts.js`
- `member-attribution.js`
- `admin-auth`

To occur at build time instead of at boot time or on demand

This also reverts the changes made in [#21857](#21857)
as these changes are no longer needed (because the assets are now generated at
build time)
mike182uk added a commit that referenced this pull request Dec 12, 2024
refs [ONC-662](https://linear.app/ghost/issue/ONC-662/fix-file-write-issues-in-ghost-application-related-to-asset-generation)

Refactored the generation of the following assets:
- `comment-counts.js`
- `member-attribution.js`
- `admin-auth`

To occur at build time instead of at boot time or on demand

This also reverts the changes made in [#21857](#21857)
as these changes are no longer needed (because the assets are now generated at
build time)
mike182uk added a commit that referenced this pull request Dec 12, 2024
refs [ONC-662](https://linear.app/ghost/issue/ONC-662/fix-file-write-issues-in-ghost-application-related-to-asset-generation)

Refactored the generation of the following assets:
- `comment-counts.js`
- `member-attribution.js`
- `admin-auth`

To occur at build time instead of at boot time or on demand

`cards` are still built on demand as these assets need to be re-generated
when a theme changes - we utilise the existing asset minification system for
this, except we only execute the middleware responsible for this when a request
is requesting a card asset

This also reverts the changes made in [#21857](#21857)
as these changes are no longer needed (because the assets are now generated at
build time)
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