I have an application thdirat uses Twitter Bootstrap for styling. It has worked fantastically for a year. Suddenly I get this error in development:
ActionView::Template::Error ('fontawesome.less' wasn't found
(in /Users/me/myapp/code/myapp/app/assets/stylesheets/bootstrap_and_overrides.css.less)):
What could be causing this? I haven't changed the Gemfile or anything.
The line causing the error is the stylesheet inclusion tag in my template:
<%= stylesheet_link_tag "application", :media => "all" %>