-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add documentation for AssetMapper installation #70
Comments
Good idea. Are you up for a PR? |
Sure, but it won't work until the jsdelivr problem is fixed. And chance
you could prioritize that? It's a show stopper for me, since asset mapper
and webpack encore are incompatible and can't be used together.
…On Tue, Mar 5, 2024, 9:30 AM chris ***@***.***> wrote:
Good idea. Are you up for a PR?
—
Reply to this email directly, view it on GitHub
<#70 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEXIQIYXUFK5HN5QLKB7CLYWXQKRAVCNFSM6AAAAABEHA7MNCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNZZGAZTSMRWGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Can you be more specific about the JsDeliver Problem? Could this solve it? |
Indeed, those issues might fix the problem. Someday. The issue is with fullcalendar, not with CalendarBundle. Here's an example of it not working: https://jsfiddle.net/tacman1123/917t4mas/2/ This issue has to do with deduping, as described in the issue linked above. So there's not really anything the bundle can do, except provide documentation on how to use it despite not being installable via AssetMapper. And I'm not even quite sure how to do that. Grab the css and js from the cdn, I guess, my javascript skills are limited. |
Ok, Thanks for the infos |
The documentation describes installing the bundle with WebpackEncore, we should also document how to install with AssetMapper, which is now the Symfony preferred way.
Of course, we can't do that until the jsDeliver issue is fixed.
The text was updated successfully, but these errors were encountered: