Closed arogachev closed 2 years ago
See markgoodyear/scrollup#50.
It's installed via Bower / bower-asset though. But seems like the problem is the same.
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).
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.