Skip to content
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

[close #797] Do not carry asset pipeline fragment cache into runtime #812

Merged
merged 4 commits into from
Oct 30, 2018

Commits on Oct 23, 2018

  1. [close #797] Do not carry asset pipeline fragment cache into runtime

    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.
    schneems committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    cbf5893 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18ce3e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7303f8f View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2018

  1. Configuration menu
    Copy the full SHA
    6cc9a84 View commit details
    Browse the repository at this point in the history