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
{{ message }}
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.
We wanted to make sure that the asset manifest is loaded early in our Rails boot process, so that forking servers (like unicorn) have the manifest data cached for new workers, instead of going to disk for it.
I'm using a private api method in an initializer to accomplish this currently:
Webpack::Rails::Manifest.send(:manifest)
Could a public/supported method be added for this?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We wanted to make sure that the asset manifest is loaded early in our Rails boot process, so that forking servers (like unicorn) have the manifest data cached for new workers, instead of going to disk for it.
I'm using a private api method in an initializer to accomplish this currently:
Could a public/supported method be added for this?
The text was updated successfully, but these errors were encountered: