-
Notifications
You must be signed in to change notification settings - Fork 24
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
Glide cache still generated when using external source #178
Comments
Just to clariify, when you say the assets are "still generated". Do you mean they're generated again in the |
In our github action docker box. We simply don't need the glide images generated in this case. |
What does your |
|
More of what I think is important is that glide cache from the assets.php we have set to this:
|
For our SSG project we have three separate buckets on S3.
project-assets
project-glide
project-ssg
Assets is uploaded assets
Glide is a specific bucket just for glide generated items
SSG is our bucket for the final transfer and compile.
When SSG is run, even though these glide assets exist in an external bucket, they are still generated. It would be great to add a flag to enable/disable the generation of these assets along with additional asset_url's for these items.
Since we use them in a separate bucket, the links should just maintain to the glide bucket. Or, as we have had to do in certain instances, we use an S3 sync to copy those glide items to the ssg bucket.
Please let me know what info would help to illustrate this if needed :)
The text was updated successfully, but these errors were encountered: