mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Add option to minify only common (core) files
This commit is contained in:
parent
8e05c56e4e
commit
da1822d296
7 changed files with 50 additions and 21 deletions
|
|
@ -97,7 +97,7 @@ class installAdminController extends install
|
|||
if($qmail_compatibility!='Y') $qmail_compatibility = 'N';
|
||||
|
||||
$minify_scripts = Context::get('minify_scripts');
|
||||
if($minify_scripts!='Y') $minify_scripts = 'N';
|
||||
if(!$minify_scripts) $minify_scripts = 'common';
|
||||
|
||||
$cache_friendly = Context::get('cache_friendly');
|
||||
if($cache_friendly!='Y') $cache_friendly = 'N';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue