From 1f69326eaf4a0a4698165964eb6181f567775bad Mon Sep 17 00:00:00 2001 From: Simon Sippert Date: Fri, 29 Nov 2024 16:39:55 +0100 Subject: [PATCH] Change theme name in grunt config --- grunt-config.json.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grunt-config.json.sample b/grunt-config.json.sample index 5704e5f012e17..45bb0337b3805 100644 --- a/grunt-config.json.sample +++ b/grunt-config.json.sample @@ -1,3 +1,3 @@ { - "themes": "dev/tools/grunt/configs/local-themes" + "themes": "dev/tools/grunt/configs/themes" }