Info Panel
Roll it!   ⇔
1 - Documantation
* Knowledge Base
  • Mvc
  • Application
  • Advanced
  • Operators
  • Api
* Origin Template
  • Customize
* Core Classes
* Classes

* all grey titles exists but not documented yet

Changed Css File Timer Minifier

Variable: $cfg['minifier']['css']['changedFileTimer']

Effected class: template

Config type: minifier

Type of data: integer

Platform: 2v

How to call: self::$cfg['minifier']['css']['changedFileTimer']

(only from effected classes)

Description:
If we changed the css code, the minifier will minify after the amount of time has been reached.
Available options:
0 - For every time code have been changed.
1>= - If code been changed - Make the update X sec later.
example: 1
The default set of "changedFileTimer".
How to set (example):
Code:
Info Panel
Roll it!   ⇔