From 7fa2310e1e14e145b6b0febb6b03b7b31471cb00 Mon Sep 17 00:00:00 2001 From: Laetitia Getti Date: Tue, 2 May 2023 16:26:36 +0200 Subject: [PATCH] fix README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e433e4d..e1398bc 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,10 @@ watch for changes when updating scss files (from project root) ```bash sass --watch --no-source-map ./la_chariotte/static/sass/style.sass:./la_chariotte/static/css/app.css ``` -sass --no-source-map ./la_chariotte/static/sass/style.sass:./la_chariotte/static/css/app.css + OR compile css only once (from project root) ```bash -sass --no-source-map ./jenny/core/static/scss/core.scss:./jenny/core/static/css/core.css +sass --no-source-map ./la_chariotte/static/sass/style.sass:./la_chariotte/static/css/app.css ``` ## Lancer les tests