lewagon / middleman-template

A Middleman template following @lewagon's best practices
https://www.lewagon.com
26 stars 9 forks source link

Fontawesome v5 #5

Closed arthur-littm closed 6 years ago

arthur-littm commented 6 years ago

We now use the same gem for rails and middleman apps, so no need to remove the 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:

middleman init test-template -B -T arthur-littm/middleman-template
cd test-template
bundle install
middleman serve