Closed arthur-littm closed 6 years ago
We now use the same gem for rails and middleman apps, so no need to remove the font-awesome-spockets
rails
middleman
font-awesome-spockets
if you want to test the template I have created my own template with an <i> tag on the index and used the modified Thorfile to see if it worked:
<i>
middleman init test-template -B -T arthur-littm/middleman-template cd test-template bundle install middleman serve
We now use the same gem for
rails
andmiddleman
apps, so no need to remove thefont-awesome-spockets
if you want to test the template I have created my own template with an
<i>
tag on the index and used the modified Thorfile to see if it worked: