-
Notifications
You must be signed in to change notification settings - Fork 8
Overview
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:
- Duplicating
index.html
to some output file (e.g.dist/index.jsp
) - 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