PJB3005 / atomic-dreams

Atom port of the Sublime Dreams package for Sublime.
MIT License
4 stars 1 forks source link

Automatic .dme detection #2

Open Kaiochao opened 8 years ago

Kaiochao commented 8 years ago

The current project's .dme file should be automatically (on build) found in the same directory as the .atom-built.json file, and have the path in the build file's "args" parameter set to its full path.

PJB3005 commented 8 years ago

The build file is separate from my package entirely, although I should be able to make a command to generate one.

DME detection should be doable in the build file itself if it's Javascript. When I get back home I'll definitely make a build file which does so.