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
We use a shared asset host so the full path includes the application name: assets.example.com/myapp1.
With webpacker we used the publicPath option to add the prefix. Is there an equivalent?
ASSET_HOST seems to assume a fully qualified url. We'd prefer to avoid host names (e.g. assets-staging.example.com) in our compiled assets so we can use the same docker image across environments.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I'd like
to precompile to:
We use a shared asset host so the full path includes the application name:
assets.example.com/myapp1
.With webpacker we used the
publicPath
option to add the prefix. Is there an equivalent?ASSET_HOST seems to assume a fully qualified url. We'd prefer to avoid host names (e.g.
assets-staging.example.com
) in our compiled assets so we can use the same docker image across environments.The text was updated successfully, but these errors were encountered: