ID25 / rails_emoji_picker

Add emoji to your app :smiley_cat:
143 stars 41 forks source link

Bootstrap CDN #26

Closed airled closed 6 years ago

airled commented 6 years ago

Hi. I mentioned that gem uses bootstrap cdn to load font-awesome here. Well, my project already has font-awesome via this gem and rails load fa twice. Is there a way to tell rails_emoji_picker not to load font-awesome without forking project? Thanks

airled commented 6 years ago

I copied this file from gem's source code to my project, removed line with cdn url and disabled *= require rails_emoji_picker in my css manifest file. Now I have only my code of font-awesome so I close this issue.