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
Would be cool to compress the scripts, but i'm not sure if it's possible to get the full script as string -> process it -> ignore automatic rendering and append the compressed string to dom.
The text was updated successfully, but these errors were encountered:
reaby
changed the title
add possibility to not render the script automatically.
Add possibility to not render the script automatically
Jul 17, 2017
Hi, I'm not sure I understood the request.
Do you want to prepare a script that's not automatically rendered for a manialink? Isn't this possible by creating an own Script instance that's not assigned to a manialink instance?
Hi,
this request is kinda extension of the other request. I would like to use bluepsyducks compresor for the full generated script (with the partials included). I didn't yet understood how to achieve this, as it looks like FML automatically generates the needed script and injects it to dom at render when I use the ready made components (or $manialink->getScript() ).
The need for this for eXp2, as I would like to use FML ready made components but also our own components with the controllers script stack.
Would be cool to compress the scripts, but i'm not sure if it's possible to get the full script as string -> process it -> ignore automatic rendering and append the compressed string to dom.
The text was updated successfully, but these errors were encountered: