• Resolved nik3sh

    (@nik3sh)


    Hello ,

    I am using a theme where there are multiple css and js for various elements .

    I am trying to create 2 css and js files to be loaded on each page

    1 css/js which is applicable for sitewide where all elements which are important everywhere are loaded . This I want to get cached . All css and js code called in every page will be in this file

    2nd css/js file is for page specific elements .

    Can this be achieved via your plugin . Merging and minifyjng will also be needed .

    I can do this manually too but I want something that work long term since the theme will get updates and I don’t want to update each time the files that are changed .

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

    (@alignak)

    Hi, I have been busy updating the plugin to version 3, sorry about the late reply.

    On FVM 3 I have decided to change the default method of merging.

    CSS files are still merged by default, and there is still an ignore list for css files which you do not wish to merge.

    JS files are no longer merged by default and it will require you to specify what files you wish to merge, render block, defer or delay. There is no longer an ignore list for JS files.

    However, you now have full manual control on how to process the scripts and it works even with scripts that haven’t been enqueued properly.

Viewing 1 replies (of 1 total)
  • The topic ‘Custom Selection of merging css / js files’ is closed to new replies.