You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched the documentation and issues in this repo and couldn't find an answer to this, my apologies if I missed something.
After assets are uploaded to the CDN, can they be deleted from the local Rails app? We're deploying via Docker and it would help greatly if we didn't need to include the assets in the Docker image. Do we need to keep the manifest-*.json? I'm sure someone has solved this, just looking for some guidance. Thank you!
The text was updated successfully, but these errors were encountered:
manifest file probably still needed to generate asset URLs
But I guess with proper setup the local asset files can be excluded?
Test on different environment first of course
I searched the documentation and issues in this repo and couldn't find an answer to this, my apologies if I missed something.
After assets are uploaded to the CDN, can they be deleted from the local Rails app? We're deploying via Docker and it would help greatly if we didn't need to include the assets in the Docker image. Do we need to keep the
manifest-*.json
? I'm sure someone has solved this, just looking for some guidance. Thank you!The text was updated successfully, but these errors were encountered: