Closed dev-id closed 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.
When running make, config.server.js is not generated.