shakacode / bootstrap-sass-loader

Webpack Loader for the Sass version Twitter Bootstrap
MIT License
118 stars 25 forks source link

Use relative paths for fonts #4

Closed justin808 closed 9 years ago

justin808 commented 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.

mbreining commented 9 years ago

Looks good to me.

justin808 commented 9 years ago

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