Skip to content

css not precompiled on heroku #13

Open
@morgler

Description

@morgler

When deploying to heroku, I get the following error:

ActionView::Template::Error (active_admin/active_admin_globalize3.css isn't precompiled)

I already added the following lines to my application.rb:

config.assets.enabled = true
config.assets.precompile += ['active_admin.css', 'active_admin.js', 'active_admin_globalize3.css']

But I still get the error above. Rails 3.2.13, Ruby 2.0.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions