diff --git a/html/js/compress.php b/html/js/compress.php index 2e8c96f..e7d96d0 100644 --- a/html/js/compress.php +++ b/html/js/compress.php @@ -19,8 +19,7 @@ $cache .= JSMin::minify(file_get_contents($fullPath)) . "\n"; } } - if(false) - file_put_contents(PATH_DOC . "/js/static/{$hash}.js", "/* Cache of {$_SERVER['REQUEST_URI']} */\n{$cache}"); + file_put_contents(PATH_DOC . "/js/static/{$hash}.js", "/* Cache of {$_SERVER['REQUEST_URI']} */\n{$cache}"); echo $cache; } ?>