Skip to content
Anthony Short edited this page Aug 17, 2010 · 2 revisions

This extension lets you use the YUI compressor and add the YUI CSS components to your CSS automatically.

Usage

This extension is mostly managed using Scaffold’s configuration, it has no CSS interface.

Settings

$config['YUI']['compress'] = true

Compresses the CSS using YUI compressor. Requires access to the jar command.

$config['YUI']['command'] = 'java'

The java command on the system.

$config['YUI']['jar']

The location of the jar file for YUI compressor. By default, it will grab the file from the YUI extension folder.

$config['YUI']['base']

Include the YUI base CSS file.

$config['YUI']['fonts']

Include the YUI fonts CSS file.

$config['YUI']['grids']

Include the YUI grids CSS file.

$config['YUI']['reset']

Include the YUI reset CSS file.

Hooks

This extension has no hooks

Clone this wiki locally