From a266299afdef486b5b3eba01918979fc306cbd4d Mon Sep 17 00:00:00 2001 From: Tai Groot Date: Sun, 21 Jun 2020 18:13:44 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d0d3322..a8bd42f 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,7 @@ 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. + +Please note this project is in rapid-development mode. +Issues are welcome, but may be ignored at first as there is a core set of features which must work first. +Since project development time is expected to be short, documentation will lag behind.