Skip to content
Ramy Ben Aroya edited this page May 7, 2015 · 3 revisions

Ember-index is an Ember-cli addon for manipulating/duplicating the final dist/index.html file.
It can be very useful for creating a server-page (JSP, PHP, ASP etc.) as an output of ember-cli build.

Ember-index has 2 features:

  1. Duplicating index.html to some output file (e.g. dist/index.jsp)
  2. Injecting several content blocks to index.html from static files. The content can be injected to:
  • dist/index.html only
  • Output file only
  • Both

With these 2 features you can create just about any kind of a server-page

Clone this wiki locally