karolrynio

Results 1 comments of karolrynio

I have the same bug. Bug is probably in invalid configuration or paths, because generated url to fonts is: ``` http://localhost:3000/bower_components/bower_components/bootstrap/fonts/glyphicons-halflings-regular.woff2 ``` but should be: ``` http://localhost:3000/bower_components/bootstrap/fonts/glyphicons-halflings-regular.woff2 ``` `bower_components` part...