yii2fullcalendar icon indicating copy to clipboard operation
yii2fullcalendar copied to clipboard

does not exist vendor/bower-asset/fullcalendar/packages/core

Open paskuale75 opened this issue 5 years ago • 2 comments

I finally download last commit of this amazing repo with this: "philippfrenzel/yii2fullcalendar":"dev-master#ce3100f70d3d51dd700f7515a7e06cf13d3954f9", in require section ! But now return me this >> The file or directory to be published does not exist: /../../vendor/bower-asset/fullcalendar/packages/core Thanks

paskuale75 avatar Apr 26 '19 20:04 paskuale75

I think the problem is here CoreAsset.php file, at line 19 public $sourcePath = '@bower/fullcalendar/packages/core';

it shoud be: public $sourcePath = '@bower/fullcalendar/src/core'; or public $sourcePath = '@bower/fullcalendar/dist/core';

paskuale75 avatar Apr 26 '19 21:04 paskuale75

still not working

mhfuad avatar Sep 13 '19 17:09 mhfuad