From b4fba321b7938d90d4ef151d4262b8bd3ae8398d Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Thu, 29 Oct 2015 19:39:16 +0100 Subject: fix css-path on installations not hosted on / --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index d0c58b3..ccdd77b 100644 --- a/index.php +++ b/index.php @@ -71,7 +71,7 @@ try { $dir = forceslash(sys_get_temp_dir()); $css_file = Less_Cache::Get([ - 'assets/css/main.less' => '/assets/css/', + 'assets/css/main.less' => '../assets/css/', ], [ 'sourceMap' => true, 'compress' => true, -- cgit v1.2.3