mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-21 15:40:58 +00:00
1 line
1.0 KiB
JSON
1 line
1.0 KiB
JSON
[{"user_id": 26414, "stars": [], "topic_id": 36717, "date_created": 1306322653.071131, "message": "Can anyone explain me, how paths for externals resources (like images, fonts etc) in my css files should look? Normally, i storing all my images in images/ folder, so to access any image i use url('../images/myimage.png') path in my css file. But now it seems like Rails looks in \"assets\" folder, and as result, it wont find my images and other stuff :(", "group_id": 447, "id": 1176687}, {"user_id": 26414, "stars": [], "topic_id": 36717, "date_created": 1306325890.166575, "message": "Found same issue on github https://github.com/rails/rails/issues/1207", "group_id": 447, "id": 1177076}, {"user_id": 3101, "stars": [], "topic_id": 36717, "date_created": 1306334428.2538459, "message": "In our app that is on Rails 3.1 beta we are referring to images in the public/images folder and thus just do url('/images/footer.png') where all of the urls are rooted. Is there a reason this doesn't work?", "group_id": 447, "id": 1179059}] |