-
Notifications
You must be signed in to change notification settings - Fork 203
Description
Dear makers of this very fine gem!
Question:
Would it be possible to separate the deployment?
i work with capistrano
From my understanding there would not a lot be to do for this?
The Developer should have the option that there is no npm install executed by assets:precompile.
then i would just symlink the app-folder, e.g. frontend and all others should work like your existing doku.
Do you think this would be possible?
In my case, only a part of my rails-app is frontend. There are a lot of features for which i need not to deploy everytime ember.
The next is that my IDE is excellent for Rails (RubyMine), but really poor for ember. I tried the ember-intelliJ-Plugin, but it really works not well.
I would like to have a different IDE and a different repository for ember.
On the other hand, i like your aproach to have a ember-folder in the rails-root and bind the apps together.
Best Regards,
Christian