We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
Meteor Path App
app
Settings Path
deployments/test/
settings.json
The text was updated successfully, but these errors were encountered:
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.
deployments/test/settings.json
Sorry, something went wrong.
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.
meteor
I can confirm that the absolute path works.
No branches or pull requests
My project structure is something like this:
On the Atom settings the
Meteor Path App
is justapp
, andSettings Path
isdeployments/test/
, however it is not able to find thesettings.json
file.The text was updated successfully, but these errors were encountered: