From ef135101a073d011369ee0fd6d12cf50f506ae62 Mon Sep 17 00:00:00 2001 From: Tancre Date: Wed, 26 May 2021 12:12:28 +0200 Subject: [PATCH] adjusted md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7a885b1..6d5cf77 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,9 @@ The final file is stored in `/bundle/scripts` and provide the JS to `index.html` ### Media The media are stored in `/assets/media` containing: - * Icons - * Fonts - * Images +- Icons +- Fonts +- Images Icons are compressed in a sprite through the command `gulp icons`. (This is complicated as it generates a single sprite with all the icons togheter and a CSS which points at the right icon in the sprite). After this command automation for the CSS must be runned. Images are minified through the command `gulp images`.