From ad11ec0a7e0fd5573a32425c2890d93bf56309a3 Mon Sep 17 00:00:00 2001 From: Elisabeth Dickinson Date: Thu, 4 Mar 2021 16:44:13 +0100 Subject: [PATCH] add static css to `make static` --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5b6bf304e..e5768df23 100644 --- a/Makefile +++ b/Makefile @@ -39,6 +39,7 @@ edi: clean html static: extensions/odoo_theme/static/style.css cp -r extensions/odoo_theme/static/* _build/html/_static/ + cp -r static/* _build/html/_static/ html: extensions/odoo_theme/static/style.css @echo "Starting build..."