PEM-- / meteor-helper

Meteor.js under Atom.io
http://pem-musing.blogspot.fr/2014/07/meteorjs-from-within-atomio-full-stack.html
MIT License
50 stars 9 forks source link

Add support for --settings flag. #38

Closed coopermaruyama closed 9 years ago

coopermaruyama commented 9 years ago
PEM-- commented 9 years ago

Sounds pretty nice. Quick question, why did you force for an absolute path?

coopermaruyama commented 9 years ago

For some reason, when using a relative path it couldn't find the settings.json file. assuming that the 'starting directory' is the app's root, it should work as is with a relative directory, but for some reason it didn't work for me. Maybe you can shed some light on this and I can update it?

coopermaruyama commented 9 years ago

Nevermind, I wasn't aware of atom.project.getPath(), pushing new release now which supports both relative and absolute.

coopermaruyama commented 9 years ago

Done. It now uses absolute if 1st character is /, otherwise uses relative starting at project directory.

PEM-- commented 9 years ago

Awesome :star:

PEM-- commented 9 years ago

And published as the 0.25.0. Thanks :clap: