Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

settings.json not found #53

Open
PolGuixe opened this issue Dec 17, 2015 · 3 comments
Open

settings.json not found #53

PolGuixe opened this issue Dec 17, 2015 · 3 comments
Labels

Comments

@PolGuixe
Copy link

My project structure is something like this:

Project
   |---app
   |      |---//meteor project
   |
   |---deployments
   |      |---test
   |      |      |---mup.json
   |      |      |---settings.json
   |      |---production
   |      |      |---mup.json
   |      |      |---settings.json

On the Atom settings the Meteor Path App is just app, and Settings Path is deployments/test/, however it is not able to find the settings.json file.

@PEM--
Copy link
Owner

PEM-- commented Dec 17, 2015

Sounds good to me: https://github.com/PEM--/meteor-helper/blob/master/lib/meteor-helper-view.coffee#L174

Try to set your path with the filename deployments/test/settings.json. You should be good to go.

@PEM--
Copy link
Owner

PEM-- commented Dec 17, 2015

Dawn! You're right. I'm reproducing it too. Seems like meteor's command has changed its behavior. I only succeed into using absolute path.

@PEM-- PEM-- added the bug label Dec 17, 2015
@PolGuixe
Copy link
Author

I can confirm that the absolute path works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants