I am creating a Rails engine that has a /admin route. I would like to create this admin interface using the Ember CLI.
I know that rails will automatically precompile any static JS / CSS that live in my lib engine and load them only when the parent application mounts my engine and visits this route. However, I would like to use the Ember CLI to create an admin interface.
What would be a good way to do this? Ideally, I would like Ember CLI to be built from a repo.
Sam selikoff
source share