meteor-helper
meteor-helper copied to clipboard
settings.json not found
trafficstars
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.
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.
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.
I can confirm that the absolute path works.