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

Font-awesome breaks rake assets:precompile #90

Closed
rbclark opened this issue Dec 13, 2013 · 2 comments
Closed

Font-awesome breaks rake assets:precompile #90

rbclark opened this issue Dec 13, 2013 · 2 comments

Comments

@rbclark
Copy link
Contributor

rbclark commented Dec 13, 2013

After font-awesome was added, the project no longer compiles properly. When running:

bundle exec rake assets:precompile RAILS_ENV=production

It throws the error:

Asset logical path has no extension: font-awesome/Gemfile

This is due to vendor/assets/components/font-awesome containing a Gemfile, which is causing the precompile to fail. It seems there isn't any easy way mentioned of working around this. This seems that it may be due to issue sstephenson/sprockets#347. It was mentioned in #66 that a more long term solution is available, and I think that might be a good idea.

@carpeliam
Copy link
Contributor

#89 implements the short term fix... maybe the next time this happens, we go for a longer term solution.

@rbclark
Copy link
Contributor Author

rbclark commented Dec 16, 2013

Okay sounds good!

@rbclark rbclark closed this as completed Dec 16, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants