How do you make index.html dynamic?

my next step in playing about with ember will involve preloading state. Again taking inspiration from discource. We’ll want to serialize some objects into the preload store. This means we’ll be doing it through cshtml (we’re using service stack)

So, how are people including their ember cli app inside another code base?

Should this be mocked/stubbed until deployment or is there a better way to do it?

Once https://github.com/stefanpenner/ember-cli/issues/2118 is implemented, this should be pretty straightforward.

Stay tuned in that issue for a link to the PR once I submit it. The PR will have tests and comments showing how to utilize the new functionality.

1 Like