From 5bb2c3642d448e091242bd47a286dad7835a4e6e Mon Sep 17 00:00:00 2001 From: Cuihtlauac ALVARADO Date: Tue, 10 Dec 2024 17:26:14 +0100 Subject: [PATCH] Add HACKING note --- HACKING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HACKING.md b/HACKING.md index e16c558d2d..b25cca4c7f 100644 --- a/HACKING.md +++ b/HACKING.md @@ -140,6 +140,10 @@ was upgraded in the process, the files `.ocamlformat` and `.github/workflows/ci.yml` must be modified with the currently installed version of OCamlFormat. +### Handling the Tailwind CSS + +The Tailwind CSS framework. The tailwind binary pulled from its GitHub [repo](https://github.com/tailwindlabs/tailwindcss). Download is performed by Dune during the build. When working on a local switch for hacking, you don't want `dune clean` to delete this binary. Just do `dune install tailwind` to have it installed in the local switch. + ## Repository Structure The following snippet describes the repository structure: