From 432b63edc3f89be0f45e863e431285ef9547e145 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 19 Jan 2016 21:47:06 +0100 Subject: [PATCH] new chache functionality, minify css/js --- cache/cache_filemask.php | 26 ++++++++++++++++++++++++++ path/autoload.inc | 3 +++ {system => path}/path.php | 0 3 files changed, 29 insertions(+) create mode 100644 cache/cache_filemask.php create mode 100644 path/autoload.inc rename {system => path}/path.php (100%) diff --git a/cache/cache_filemask.php b/cache/cache_filemask.php new file mode 100644 index 0000000..b357a86 --- /dev/null +++ b/cache/cache_filemask.php @@ -0,0 +1,26 @@ +add($f);} + \SYSTEM\CACHE\cache_css::put($ident, $minifier->minify());} + return './api.php?call=cache&id='.self::CACHE_CSS.'&ident='.$ident; + } +} \ No newline at end of file diff --git a/path/autoload.inc b/path/autoload.inc new file mode 100644 index 0000000..fc3ae69 --- /dev/null +++ b/path/autoload.inc @@ -0,0 +1,3 @@ +