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
When someone is using the asset pipeline, and they've disabled the config that allows them to build assets in production.
So when
```
config.assets.compile = false
```
Then the `tmp/cache/assets/sprockets/` folder is not needed at runtime and should be safe to delete, which will lower the overall slug size.
Do not merge until after Dreamforce.
When someone is using the asset pipeline, and they've disabled the config that allows them to build assets in production.
So when
```
config.assets.compile = false
```
Then the `tmp/cache/assets/sprockets/` folder is not needed at runtime and should be safe to delete, which will lower the overall slug size.
Do not merge until after Dreamforce.
When someone is using the asset pipeline, and they've disabled the config that allows them to build assets in production.
So when
Then the
tmp/cache/assets/sprockets/
folder is not needed at runtime and should be safe to delete, which will lower the overall slug size.The text was updated successfully, but these errors were encountered: