lamabiker / atom-ember-cli-helper

Ember CLI integration for the Atom editor
https://atom.io/packages/ember-cli-helper
MIT License
26 stars 13 forks source link

Alternate path option #5

Closed ChrisHonniball closed 9 years ago

ChrisHonniball commented 9 years ago

I run my project root with an api directory and an ember directory where the ember-cli project is held. It would be nice to be able to tell atom-ember-cli-helper where to execute the command so that you don't get:

screen shot 2014-12-29 at 9 03 14 am

alexlafroscia commented 9 years ago

Hey, thanks for the suggestion. I don't use Atom anymore, so making changes here isn't a major priority for me, but maybe I'll try to fix this for you if I have a few hours later this week. I honestly am amazed that it works at all right now, since I haven't updated the plugin at all since a very early version of the CLI.

If I understand your request correctly, you have a folder structure like this:

|-root
  |-api
  |-ember
    |-app
    |-....

So you want to be able to tell the project to run the command in the sub-directory?

ChrisHonniball commented 9 years ago

Yes, that's correct. Thanks for looking!

alexlafroscia commented 9 years ago

I've been out of the Atom plugin loop for a while -- can you do per-project settings?

alexlafroscia commented 9 years ago

Hey @CreativLogic, I just figured I'd let you know that I'm working on this right now. My plan is to just allow for an Ember sub-directory setting, which you can enable on a per-project basis using project-manager.