enzolutions / community-bookstore

Community Bookstore to exchange and donate books
10 stars 18 forks source link

Missin Sass file for Font awesome #2

Closed enzolutions closed 10 years ago

enzolutions commented 10 years ago

When I load the frontend home page I got this error is CSS

body:before { white-space: pre; font-family: monospace; content: "Syntax error: File to import not found or unreadable: font-awesome/scss/font-awesome.\A Load paths:\A /Users/enzo/www/community-bookstore/frontend/web/styles/sass\A /Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/blueprint/stylesheets\A /Library/Ruby/Gems/2.0.0/gems/compass-0.12.6/frameworks/compass/stylesheets\A /Users/enzo/www/community-bookstore/frontend/web/vendor\A Compass::SpriteImporter\A on line 6 of /Users/enzo/www/community-bookstore/frontend/web/styles/sass/main.scss\A \A 1: /Users/enzo/www/community-bookstore/frontend/web/styles/sass/main.scss"; }

omero commented 10 years ago

Bower has a new dependency for social-navbar (font-awesome) , a bower-update has to fix it

enzolutions commented 10 years ago

The missing packet was included in bower https://github.com/enzolutions/community-bookstore/blob/master/frontend/bower.json#L20

You must execute $bower install and $ grunt to get the package and regenerate the css files