From 864e73cdc75a2fb0e4fad500f649dae2343c10a8 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Mon, 11 Jul 2022 02:59:35 +0300 Subject: rewrite css and js assets building --- engine/RequestDispatcher.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/RequestDispatcher.php') diff --git a/engine/RequestDispatcher.php b/engine/RequestDispatcher.php index 3c3f684..ec31516 100644 --- a/engine/RequestDispatcher.php +++ b/engine/RequestDispatcher.php @@ -39,8 +39,8 @@ class RequestDispatcher { } $skin = new Skin(); - $skin->static[] = '/css/common.css'; - $skin->static[] = '/js/common.js'; + $skin->static[] = 'css/common.css'; + $skin->static[] = 'js/common.js'; $lang = LangData::getInstance(); $skin->addLangKeys($lang->search('/^theme_/')); -- cgit v1.2.3