- Issue created by @Grimreaper
- πΊπΈUnited States euk
You may want to look at https://www.drupal.org/project/fullcalendar_view/issues/3332906 β¨ Add needed libraries to composer.json to support composer workflow Closed: outdated
Hi,
The expected paths for local libraries in fullcalendar_view.libraries.yml contains the library version.
Examples:
/libraries/moment/2.29.4/moment.min.js: { minified: true }
/libraries/rrule/2.6.8/rrule.min.js: { minified: true }
/libraries/JSFrame/1.5.16/jsframe.min.js: { minified: true }
Also when using https://asset-packagist.org to download external libraries:
1: fullcalendar and rrule package are not compiled
2: path of assets does not match the structure of the asset-packagist packages.
So when using Composer to manage those libraries, this is not easy to handle install and updates.
As I am not familiar with the required external libraries used, I don't know if this would be possible to do something to improve that.
Active
5.1
Code
You may want to look at https://www.drupal.org/project/fullcalendar_view/issues/3332906 β¨ Add needed libraries to composer.json to support composer workflow Closed: outdated