mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-02-16 02:30:51 +00:00
Turn on optimization. Fix miss image.
This commit is contained in:
@@ -60,9 +60,9 @@
|
||||
|
||||
$g_config['extrapacker'] = array();
|
||||
$g_config['extrapacker']['dir'] = 'auto_merge_css_js';
|
||||
$g_config['extrapacker']['packHtml'] = false;
|
||||
$g_config['extrapacker']['packHtml'] = true;
|
||||
$g_config['extrapacker']['packCss'] = true;
|
||||
$g_config['extrapacker']['packJs'] = false;
|
||||
$g_config['extrapacker']['packJs'] = true;
|
||||
$g_config['extrapacker']['arrExeptions_js'] = array();
|
||||
$g_config['extrapacker']['arrExeptionsNotAdd_js'] = array();
|
||||
$g_config['extrapacker']['arrExeptions_css'] = array();
|
||||
|
||||
Reference in New Issue
Block a user