From 7021666c46501acc78f30ede7aa2bd778082e30c Mon Sep 17 00:00:00 2001 From: Lucas Vallenet Date: Mon, 11 Dec 2023 11:43:16 +0100 Subject: [PATCH] Add dedicated svg folder --- assets/{images/sprite => svgs}/.gitkeep | 0 loconfig.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename assets/{images/sprite => svgs}/.gitkeep (100%) diff --git a/assets/images/sprite/.gitkeep b/assets/svgs/.gitkeep similarity index 100% rename from assets/images/sprite/.gitkeep rename to assets/svgs/.gitkeep diff --git a/loconfig.json b/loconfig.json index eb3f79d..8d710fe 100755 --- a/loconfig.json +++ b/loconfig.json @@ -15,7 +15,7 @@ "dest": "./www/assets/scripts" }, "svgs": { - "src": "./assets/images/sprite", + "src": "./assets/svgs", "dest": "./www/assets/images" }, "views": {