From d650516f625f91fba7a4a4a0028237f9d16c0a91 Mon Sep 17 00:00:00 2001 From: VOC Date: Thu, 22 Oct 2015 17:23:22 +0200 Subject: assets/ is served staticly and can't be generated dymicly. change route. --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 2a90d71..eca6d54 100644 --- a/index.php +++ b/index.php @@ -66,7 +66,7 @@ try { require('view/streams-json-v1.php'); } - else if($route == 'assets/css/main.css') + else if($route == 'gen/main.css') { $dir = forceslash(sys_get_temp_dir()); -- cgit v1.2.3