arthurwolf / fabrica

Simple web interface for digital fabrication machines.
GNU General Public License v3.0
29 stars 9 forks source link

Path for glyphicons in bootstrap.css is wrong in compiled HTML #6

Closed imrahil closed 8 years ago

imrahil commented 8 years ago

it's ../fonts/glyphicons... but should be static/fonts/glyphicons...

to avoid changes in oryginal bootstrap.css this should be handled in compile.pl script

arthurwolf commented 8 years ago

Wait, this isn't in the index.tpl file. So it's like, in the bootstrap css ??

On Sat, May 7, 2016 at 10:12 PM, Jarek Szczepanski <notifications@github.com

wrote:

it's ../fonts/glyphicons... but should be static/fonts/glyphicons...

to avoid changes in oryginal bootstrap.css this should be handled in compile.pl script

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/arthurwolf/fabrica/issues/6

Courage et bonne humeur.

imrahil commented 8 years ago

yup. it's request from bootstrap.min.css

arthurwolf commented 8 years ago

It is so much work to add this to the compile script ... I just did it manually. This project is still young, let's be pirates for a little while longer :)