Closed duanearnett closed 9 years ago
Line 8 of path.styl:
url('#{$fa-font-path}/fontawesome-webfont.woff2?v=#{$fa-version}') format('woff2'), \
doesn't seem to compile properly and comes up as a missing resource when served.
Changing to:
url($fa-font-path + '/fontawesome-webfont.woff2?v=' + $fa-version) format('woff2'), \
works fine.
Is there something I'm missing?
Okay - there is.
Clearing bower cache, deleting locally, and reinstalling, it appears the version in bower is 1.2.0, even though it should be 4.3.0.
Yes dude, clear cache and reinstall again :)
Line 8 of path.styl:
doesn't seem to compile properly and comes up as a missing resource when served.
Changing to:
works fine.
Is there something I'm missing?