Improve local libraries handling

Created on 6 May 2023, about 1 year ago
Updated 19 September 2023, 9 months ago

Problem/Motivation

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.

Proposed resolution

Remaining tasks

✨ Feature request
Status

Active

Version

5.1

Component

Code

Created by

πŸ‡«πŸ‡·France Grimreaper France πŸ‡«πŸ‡·

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024