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?