lundi 13 mars 2017

Ember CLI build index.html outside assets folder

I have an express.js application that uses ember on the front-end. Currently, my structure is:

+ client/
| + ember-app
+ server/
    + express.js
    + public/
    | + assets/
    + views/
    | + index.ejs

I've gotten my Ember app to build into the public folder under the express app and I can even change the name if I like but I can't seem to get to change the destination of just the index.ejs to go under the views folder.

So far this is all the documentation I can find on changing the name and destination. Ember-Cli User Guide




Aucun commentaire:

Enregistrer un commentaire