namuit / phamlp

Automatically exported from code.google.com/p/phamlp
0 stars 0 forks source link

Yii Ext: Docs code for Sass #61

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The documentation for the Yii extension seems to incorrectly reference the 
PBMAssetManager.php file in its example asset manager code (line 67-86 of 
read_me.txt).

Existing, causes include error:
  'assetManager' => array(
    'class' => 'PBMAssetManager',
    'parsers' => array(

Working:
  'assetManager' => array(
    'class' => 'ext.phamlp.PBMAssetManager',
    'parsers' => array(

Original issue reported on code.google.com by b4u%w00t...@gtempaccount.com on 25 Nov 2010 at 12:44

GoogleCodeExporter commented 9 years ago
I was receiving this error, too. The update proposed works for me.

Original comment by paulrpa...@gmail.com on 19 Jan 2011 at 9:02