mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +09:00
Initial implementation of CSS and JS concatenation
This commit is contained in:
parent
90bce20794
commit
b15b39ece1
7 changed files with 193 additions and 64 deletions
|
|
@ -86,6 +86,12 @@ $lang->cmd_minify_all = 'All files';
|
|||
$lang->cmd_minify_common = 'Common files only';
|
||||
$lang->cmd_minify_none = 'None';
|
||||
$lang->about_minify_scripts = 'Automatically minify all CSS and JS scripts in the Core and all modules.';
|
||||
$lang->concat_scripts = 'Concatenate scripts';
|
||||
$lang->cmd_concat_none = 'Do not concatenate';
|
||||
$lang->cmd_concat_css_only = 'Concatenate all CSS';
|
||||
$lang->cmd_concat_js_only = 'Concatenate all JS';
|
||||
$lang->cmd_concat_css_js = 'Concatenate both CSS and JS';
|
||||
$lang->about_concat_scripts = 'Automatically concatenate CSS and JS scripts into as few files as possible. External scripts are not concatenated.';
|
||||
$lang->use_gzip = 'gzip Compression';
|
||||
$lang->delay_session = 'Delay session start';
|
||||
$lang->about_delay_session = 'To improve performance when using a caching proxy server such as Varnish, do not issue sessions to visitors until they log in.<br>Selecting this option may cause view counts and visitor counts to become inaccurate.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue