Commit Graph
2 Commits
Author SHA1 Message Date
Matt Weiden 176ea3bc91 Add auto-formatting to client and server modules
One thing that can make linting faster is auto-formatting. This commit
adds the yapf auto-formatting tool to the server module and uses
eslint's "fix" functionality to speed up the linting/formatting process.
2019-12-19 15:19:22 -08:00
Matt Weiden cc0880560b Modularize Makefile into client and server Makefiles
Part of the reason that the Makefile in the root directory is a bit
complicated is that it tries to handle tasks that can be handled
separately in the client and server modules.

This commit pushes some of the make logic specific to each module into
their own makefiles and calls out to those makefiles from that in the
project root.
2019-12-19 15:19:22 -08:00