1
0
mirror of https://github.com/taigrr/catserver synced 2025-01-18 04:03:20 -08:00

Update README.md

This commit is contained in:
Tai Groot 2020-06-21 18:13:44 -07:00 committed by GitHub
parent 796209b133
commit a266299afd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. 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. 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.