• Resolved G

    (@gnetworkau)


    Hi Raul, what’s coming in Version 3.0?
    Drop a line here, tell us what we can look forward to…

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Raul P.

    (@alignak)

    Version 3.0 will basically have a complete rewrite of the logic behind merging of JS and CSS files.

    The current method works fine when scripts and css files are properly enqueued using the official wordpress hooks, however, as I frequently see, many people simply hardcode new files into the header or footer of their themes, and many plugins simply decide to print javascript tags or css code, without enqueueing.

    That makes it difficult for FVM to capture those files, which most of the time causes no trouble, but on some edge cases it breaks the design.

    Ideally, the order of scripts and css files should be preserved, which depending on the situation is not always possible with the current method.

    Thread Starter G

    (@gnetworkau)

    Sounds great.
    I thought FVM did a pretty good job of keeping the order of js/css files already, but yes I understand it may be difficult for those without enqueueing. I have found that as long as JQuery iteslf is not async/defer it all works fine.
    Thanks, and keep up the good work!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Version 3.0 What’s Coming’ is closed to new replies.