I'm a newbie, so bear with me, and thanks for being patient. I am attempting to generate individual HTML files for each record in a JSON response using roots-records. For the life of me, I can't get it to create the files and I am getting no errors. Here's the coffeescript. "pterosaurs" works (a list of records in a single page) but "pterosaurs_single" does not work.
records
pterosaurs:
url: api_url
path: "records"
pterosaurs_single:
url: api_url
path: "records"
template: "views/_pterosaur.jade"
out: (pterosaurs_single) -> "pterosaurs/#{pterosaurs_single.fields.Name}"