arxanas / drafts.ninja

Magic: the Gathering online draft simulator; see new repository
https://github.com/dr4fters/dr4ft
MIT License
7 stars 10 forks source link

config.server.js not copied from config.server.js.default by make #17

Closed dev-id closed 8 years ago

dev-id commented 8 years ago

When running make, config.server.js is not generated.

arxanas commented 8 years ago

It actually turns out that it is created by make run, since that it is when it's needed. But it's entirely conceivable that someone running make should expect everything to be in a runnable state afterward (if they were to manually run node app.js or copy files somewhere), so I've added a config target to all that will generate the config files with a plain make command.