Open rdgco opened 10 years ago
hi @rdgco having the same issue
error evaluating function `asset-url`: couldn't find file '../fonts/glyphicons-halflings-regular.eot' (in /Users/folivifolly/Documents/projects/rails/amsport/app/assets/stylesheets/bootstrap_override.less)
Have you solved your issue?
Hi @folivi,
For me, I fixed the problem in my project by downloading the ui-bootstrap-tpls-[version].min.js file which has the templates embedded inside of it, so they are referenced by element id instead of url. Then I require that file from my application.js.
Ryan
Hi, I am using this gem along with the angular xeditable directive which uses some of the glyph icons for save and cancel buttons. However, the icons are not loaded and I get the above error. I did try running this:
That created the following files in RAILS/public/assets/bootstrap:
I figure that I need to somehow tell the asset pipeline to include these files but I'm not sure how to do that. Any advice would be appreciated. The project is at:
https://github.com/rdgco/my-answer-tool
Thanks,
Ryan Grow