raulghm / Font-Awesome-Stylus

Stylus port for font-awesome 4.7.0
https://github.com/raulghm/Font-Awesome-Stylus
GNU General Public License v2.0
78 stars 26 forks source link

path.styl not compiling properly #20

Closed duanearnett closed 9 years ago

duanearnett commented 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?

duanearnett commented 9 years ago

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.

raulghm commented 9 years ago

Yes dude, clear cache and reinstall again :)