From 2a3496bac3efc97ae5af299010111ad57ced889a Mon Sep 17 00:00:00 2001 From: Tai Groot Date: Sun, 21 Jun 2020 16:02:52 -0700 Subject: [PATCH] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d0d3322 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# catserver +Go server to serve concatenated files. Helpful for old-fashioned web development. + +This project is meant to compile down to one binary which does one thing and does it well, following the Unix philosophy. + +The goal is to offer a simpler alternative to one feature offered by GulpJS, Webpack, etc., namely, concatenating files and serving the result.