ie.css isn’t precompiled

If you get this Error Message:

ActionView::Template::Error (blueprint/ie.css isn't precompiled)

Than that means that your ie.css isn’t precompiled 🙂
No. Seriously. If you get this message, probably you are running on production and your css files are not precompiled. Take a deeper look to the Assets Pipeline in Rails 3.1.X. If your css and js files are in the right place, you can fix this error message by executing this command here:

rake assets:precompile

Or with JRuby:

jruby -S rake assets:precompile

That should generate all precompiled css and js files and fix the problem.

Published by Robert Reiz

CEO @ VersionEye. Passionated software developer since 1998.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: