material_icons: couldn't find file 'material_icons' with type 'application/javascript'
With rails 4.2.5.1 and ruby 2.3 I get couldn't find file 'material_icons' with type 'application/javascript'. I am assuming application.css.erb goes in assets/stylesheets. I feel I have done everything to have this working but itโs not working. Any ideas why?
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 30 (15 by maintainers)
Commits related to this issue
- Update README.md https://github.com/Angelmmiguel/material_icons/issues/10 — committed to mibamur/material_icons by mibamur 8 years ago
If youโre just googling this error message, your problem might be as simple as forgetting to restart rails after installing this gem ๐
hahaha the simplest solution is always the best ๐. Thanks for your comment @alexmiddeleer, I will add a section in the
README.md.@siaw23 yep, but README file is just to show gem specification/info. There is no such rule like
you must do exactly as in this READMEtry to use README file to get some info about gem and use it in particular way ๐