Closed justin808 closed 9 years ago
Previous code was using an absolute path for the fonts and this was getting put into the output CSS, resulting in a failure when the style links to the full path, rather than the relative path.
Looks good to me.
Fixed: https://github.com/justin808/bootstrap-sass-loader/pull/4
See this for an example: https://github.com/justin808/react-webpack-rails-tutorial/commit/4b2b6e83ed2c23443382e2cdad48d22292d7f782
Previous code was using an absolute path for the fonts and this was getting put into the output CSS, resulting in a failure when the style links to the full path, rather than the relative path.