You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In v1, I could look at the original javascript files of Flux Pro. Those files were available in vendor/livewire/flux-pro/js. This made it easy to look at how certain components work in the background and to make customizations based on that code and using methods from those javascript files (for example, hacking the editor to add custom link buttons until it supports it by default #746). It also made debugging easier when a javascript error occurred because sourcemaps were available.
Is it possible to make those raw javascript files available again in flux pro v2?
Code snippets
not applicable
How do you expect it to work?
not applicable
Please confirm (incomplete submissions will not be addressed)
I have provided easy and step-by-step instructions to reproduce the bug.
I have provided code samples as text and NOT images.
I understand my bug report will be closed if I haven't met the criteria above.
The text was updated successfully, but these errors were encountered:
Yeah, as @jeffchown mentioned I had the same request. We're still thinking what to do, because this makes keeping these core customizations in sync with Flux updates quite a bit harder...
@gdebrauwer yep, as I mentioned in that other issue, including the source code in v1 was a mistake, hence why it has been removed in v2. I'm going to close this as we're not going to change that back. But feel free to open issues or requests if you need to know how to do something in particular and we'll try out best to assist.
Flux version
v2
Livewire version
v3
Tailwind version
v4
Browser and Operating System
not applicable
What is the problem?
In v1, I could look at the original javascript files of Flux Pro. Those files were available in
vendor/livewire/flux-pro/js
. This made it easy to look at how certain components work in the background and to make customizations based on that code and using methods from those javascript files (for example, hacking the editor to add custom link buttons until it supports it by default #746). It also made debugging easier when a javascript error occurred because sourcemaps were available.Is it possible to make those raw javascript files available again in flux pro v2?
Code snippets
not applicable
How do you expect it to work?
not applicable
Please confirm (incomplete submissions will not be addressed)
The text was updated successfully, but these errors were encountered: