mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-17 13:41:01 +00:00
1 line
1022 B
JSON
1 line
1022 B
JSON
[{"user_id": 36260, "stars": [], "topic_id": 39449, "date_created": 1308146941.1660831, "message": "I just renamed *.haml to *.erb and it seems to be working well when I use mm-server. But when I run mm-build it doesn't generate the HTML files, only the CSS, JS, images, etc.... am I missing something? I tried to rename the files to .html.erb but it didn't work either, sinatra couldn't render the pages...", "group_id": 10410, "id": 1400761}, {"user_id": 7586, "stars": [], "topic_id": 39449, "date_created": 1308154602.596411, "message": "Renaming index.html.haml to index.html.erb should \"just work.\" You'll need to use ERb for the layout as well by renaming layout.haml to layout.erb.", "group_id": 10410, "id": 1402024}, {"user_id": 36260, "stars": [], "topic_id": 39449, "date_created": 1308231064.3211629, "message": "Done! The issue was the layout.erb file. When I renamed it I appended the .html.erb extension also and it only needs the .erb. Thanks for the quick response!", "group_id": 10410, "id": 1410018}] |