Closed coopermaruyama closed 9 years ago
Sounds pretty nice. Quick question, why did you force for an absolute path?
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?
Nevermind, I wasn't aware of atom.project.getPath()
, pushing new release now which supports both relative and absolute.
Done. It now uses absolute if 1st character is /
, otherwise uses relative starting at project directory.
Awesome :star:
And published as the 0.25.0. Thanks :clap: