philippfrenzel / yii2fullcalendar

JQuery Fullcalendar Yii2 Extension
GNU General Public License v2.0
132 stars 95 forks source link

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

Open paskuale75 opened 5 years ago

paskuale75 commented 5 years ago

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 commented 5 years ago

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';

mhfuad commented 4 years ago

still not working