hugodias/railStrap

very little but annoying img issue

gbonline opened this issue · 2 comments

Hi, i found a message on the log of the deafult generated app with your "strap" about some png images: the images are correctly inserted in the assets/images folder but in the log there is a message the server can't find the img/name.png file !

i've found that in the _bootstrap.min.css two url are wrong: at column 33720 and at column 34373
there are the background-url and url definitions with "../img/....png".
to correct it simply delete the folder reference.
good work!!
bye
Giorgio

Hi @gbonline , nice catch. You may want to create a pull request with this fix, so everyone can have this problem fixed !

Thanks

Fixed in last version