Dynamic sitemap.xml generation with Ember

ember-cli, ember.js, sails.js

Solution

It looks like `ember-cli-sitemap` does what you want.

Problem

I would like to deploy my Ember-CLI blog soon. It will use prerender.io to cache static versions of my page. The backend runs with Sails.js. How do you generate/serve sitemap.xml dynamically?

Original source