• Closed
  • Lindy Madsen
    Spectator
    May 26, 2016 at 8:01 pm #28021

    I wonder why you split css between 9 stylesheets, and javascript between 16 files…?

    Are there any plans to optimize this? I mean, if you did that, someone like me, who is not an expert, whould have an easier time to find and correct problems, and the theme whould be even more responsive…

    Denzel Chia
    Moderator
    Posts: 2656
    May 27, 2016 at 5:13 am #28033

    Hi,

    It’s easier to maintain, if we keep them separate in their own files.

    For responsiveness, it makes no difference if they are kept in a single file or separate files.

    To find any code, you can use your code editor’s search function, it will find any code in any file.

    If you need to minify and combine them, you can find a suitable free plugin from WordPress.org
    https://wordpress.org/plugins/

    Keep the file loading sequence correct when you minify and combine them or it will cause issues.

    Thank you.