skeeks-semenov / yii2-assets-auto-compress

Automatic compilation of js + css + html
https://skeeks.com/
BSD 3-Clause "New" or "Revised" License
157 stars 43 forks source link

Class skeeks\yii2\assetsAuto\AssetsAutoCompressComponent does not exist #10

Closed aidonsnous closed 8 years ago

aidonsnous commented 8 years ago

my configuration is as follow:

'bootstrap'=>['assetsAutoCompress'],
 'components' => [
        'assetsAutoCompress' =>
        [
            'class'=>'skeeks\yii2\assetsAuto\AssetsAutoCompressComponent',
            'enabled'=> true,
            'jsCompress'=> true,
            'cssFileCompile'    => true,
            'jsFileCompile'     => true,
        ],]

But when I run the website I am getting the error :

Class skeeks\yii2\assetsAuto\AssetsAutoCompressComponent does not exist

Where I am wrong?

skeeks-semenov commented 8 years ago

@MagSag Are you sure you have updated composer?

aidonsnous commented 8 years ago

I found that my vender/composer folder where not successfull uploaded to the server, after reuploading it is working. Thanks