Closed eenblam closed 6 years ago
bin/
is referenced here: https://github.com/sudomesh/monitor/blob/master/Procfile, which is read by foreman, I believe.
Yeah, spent the evening getting a better handle on how things are laid out.
bin/
makes sense, and I didn't look hard enough at debug
to realize it's actually just a logger. I'm too used to coming across Flask apps with debug mode enabled.
This issue was quickly resolved; apologies for leaving it open.
Can we decruft some stuff from the old application, while also doing a better job of attributing it?
For example:
app.js
is MIT.bin/
cruft? Can we get rid of it (and the dependency ondebug
) in favor ofheroku local www
?~ NevermindMore to come, maybe?