diff --git a/Build.md b/Build.md index 09ff696..0b14048 100644 --- a/Build.md +++ b/Build.md @@ -3,7 +3,7 @@ To build, you need to compile the typescript and sass, and generate email templa git python >= 3.6 pip (to install libsass) -node.js and npm (for tsc, bootstrap4/5, autoprefixer, cleancss, mjml, and postcss) +node.js and npm (for tsc/esbuild, bootstrap4/5, autoprefixer, cleancss, mjml, and postcss) upx (optional, to compress the executable) ``` The main dependencies of the program will be automatically downloaded on compilation and can be seen in [go.mod](https://github.com/hrfee/jfa-go/blob/main/go.mod)