I've installed bootstrap
gem 'bootstrap', '~> 4.0.0.alpha3'
then I downloaded octicons from https://github.com/github/octicons/
. after extracting, I copied octicons
directory to app/assets/stylesheets/
.
Then in application.scss
I added this line:
@import "octicons/octicons.scss";
But still I cant get Octicons to work. What is the correct way to set it up for my application?