I've successfully used the EmberJS JavaScript framework with an ASP.NET web application, by referencing ember.js file.
I'm under the impression that Ember-CLI is the way Ember will be heading in future versions.
If this is correct, what's the appropriate way to keep using Ember going forward? Does it make sense to use Ember-CLI with ASP.NET, or is the assumption that the client is only ever static HTML and CSS/JS that calls back to server-side code (eg. WebAPI)?