yiisoft-contrib / yiiframework.com

Source code for official Yii website
http://yiiframework.com/
Other
261 stars 100 forks source link

Name collision with "scrollup" dependency #972

Closed arogachev closed 2 years ago

arogachev commented 2 years ago

See https://github.com/markgoodyear/scrollup/issues/50. As a result, gulp build is broken. Can't reproduce this consistently. For example, it works fine in Github Actions, but fails locally.

arogachev commented 2 years ago

See markgoodyear/scrollup#50.

It's installed via Bower / bower-asset though. But seems like the problem is the same.

arogachev commented 2 years ago

Nevermind, it was composer.lock problem. Most likely temporarily changing minimum-stability setting to dev was the reason (during waiting the stable release of yii2-apidoc). Fixed in #962 (https://github.com/yiisoft-contrib/yiiframework.com/pull/962/commits/fda34544589d75eac42ff5ad23fc4b468ff46aac).