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

Minifier  minifier config

Description: keep it simple

Will configure all things about minifier system. Minifier can minify html/css/jss files automatically without the need to mess with much configuration. Files that we want to minify must be attached to the template with jsIncludes and cssIncludes. Html files don't have to be attached but they do have to be in "view" directory.

List of parameters:

html - allow enable/disable minifier basic::$cfg['minifier']['html']['allow '];

css - allow enable/disable minifier basic::$cfg['minifier']['css']['allow '];

css - outSideSource do minimize out side css source? basic::$cfg['minifier']['css']['outSideSource '];

css - gzip minimize and output as php? basic::$cfg['minifier']['css']['gzip '];

css - timer set css interval to minimize basic::$cfg['minifier']['css']['timer '];

css - changedFileTimer set time to minify after code changed basic::$cfg['minifier']['css']['changedFileTimer '];

js - allow enable/disable minifier basic::$cfg['minifier']['js']['allow '];

js - outSideSource do minimize out side js source? basic::$cfg['minifier']['js']['outSideSource '];

js - gzip minimize and output as php? basic::$cfg['minifier']['js']['gzip '];

js - timer set js interval to minimize basic::$cfg['minifier']['js']['timer '];

js - changedFileTimer set time to minify after code changed basic::$cfg['minifier']['js']['changedFileTimer '];

Info Panel
Roll it!   ⇔