rmrevin / yii2-minify-view

Yii2 View component with minification css & js
MIT License
191 stars 67 forks source link

composer install #23

Closed chrisb34 closed 8 years ago

chrisb34 commented 8 years ago

I'm using the advanced extended template where all sources are held in _protected and therefore the vendor folder is _protected/vendor.

Your composer definition is trying to install into just /vendor and is therefore not accessible to any of the source code.

Is this due to the Type: yii2-extension rather than type: library that most other extensions seem to use?

rmrevin commented 8 years ago

Do not understand. How can type affect of installation? You some kind of modified installation process? p.s. I'm sorry for the long answer. Missed notice.

chrisb34 commented 8 years ago

Hi Revin

Actually, I figured out the problem. I’ve been using the Advanced enhanced Yii template which puts the vendor directory under _protected/vendor but I did not update my composer.json, which was still pointing to /vendor.

Thanks for your reply Chris

On 2 Dec 2015, at 17:01, Revin Roman notifications@github.com wrote:

Do not understand. How can type affect of installation? You some kind of modified installation process? p.s. I'm sorry for the long answer. Missed notice.

— Reply to this email directly or view it on GitHub https://github.com/rmrevin/yii2-minify-view/issues/23#issuecomment-161344830.

rmrevin commented 8 years ago

I am pleased that the problem was solved.