This is a "dumb" extension (It just passes what is assumed valid Jade syntax and does nothing else). If your files are not valid Jade syntax it will throw an error.
The syntax is similar to Haml,
Just extract into your extensions folder
//Add to Components
'components'=>array( ...
'viewRenderer'=>array(
'class'=>'ext.jade.CJade',
),
....
Requirements ¶
Tested with Yii 1.1.13
PHP 5.3+
Requires gautoloader
Resources ¶
Syntax Definition: Jade Info
If you have any questions, please ask in the forum instead.
Signup or Login in order to comment.