Skip to content
  • Benjamin Neff's avatar
    Precompile bookmarklet to use in production · 7f8108e4
    Benjamin Neff authored
    `Rails.application.assets` is only available when `config.assets.compile`
    is true (which is false in production). So the old way with a separate
    rake task doesn't work in production. But we can get the filename of the
    precompiled file from `Rails.application.assets_manifest.assets`.
    7f8108e4