Quantcast
Viewing all articles
Browse latest Browse all 4826

Application integration and ember-cli

@spectras wrote:

So I have been thinking of converting our project to ember-cli, mostly in fear of being left out at some point, as development seems to turn more and more towards a total synergy between ember and ember-cli.

I installed all the dependencies, and now have a working ember command, that will generate a standalone application. Toying around with ember serve works and everything.

And I am at a loss: how can I integrate my application in a complete setup?

My application is normally delivered by a Django website. It is loaded from a dynamic webpage that provides a basic layout and embeds the required configuration (bootstrapping data, REST API settings and auth token, current username, locale, ...). The application cannot start without those.

I have been reading the documentation twice, and have absolutely no clue on how I am supposed to integrate ember-cli's building process in an external toolchain.

Or, basically, “how can I get rid of the coating and get a clean building process that takes my JS as input, and outputs a single JS file, and none of the cruft”? No html, no css, no vendor dependencies, just the application.

Posts: 4

Participants: 3

Read full topic


Viewing all articles
Browse latest Browse all 4826

Trending Articles