I'm integrating the Katex math formula rendering library into a Rails 3.2 app but the font assets keep returning a 404 error message:
Started GET "/assets/fonts/KaTeX_Math-Italic.woff"
Served asset /fonts/KaTeX_Math-Italic.woff - 404 Not Found (3ms)
ActionController::RoutingError (No route matches [GET] "/assets/fonts/KaTeX_Math-Italic.woff"):
I placed all of the fonts in the vendor/assets/fonts
directory.
Without manipulating the third party JS or CSS files, how do I go about solving this?