You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this terrific boilerplate and have tried including Font Awesome both through the font-awesome-rails package with an @import statement in application.css.scss and as an npm module, but can't get either implementation to work. Is this some weirdness caused by the modified asset pipeline?
Thanks!
The text was updated successfully, but these errors were encountered:
You should probably install font awesome from the gem for rails, and from npm for the hot-reload server.
In the very near future, we'll do all the sass/css from webpack, so you'll just use npm. If you can, please try out using the npm font-awesome here: https://github.com/shakacode/bootstrap-loader-css-modules-example. Please do a PR and we'll make sure it works from npm. This is a user case we want to support. CC: @alexfedoseev
HI -
I'm using this terrific boilerplate and have tried including Font Awesome both through the
font-awesome-rails
package with an@import
statement inapplication.css.scss
and as an npm module, but can't get either implementation to work. Is this some weirdness caused by the modified asset pipeline?Thanks!
The text was updated successfully, but these errors were encountered: