• Resolved toshi12

    (@toshi12)


    Is it possible to exclude from minification process the .css file which name has dynamic changeable hash string ?
    (using regex or just *)

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @toshi12

    Thank you for reaching out and I am happy to assist you with this.
    You can exclude the specific CSS file in Perfomrance>Minify>Advanced>”Never Minify following CSS files” by adding the path to the file, for example:
    /wp-content/themes/some-theme/assets/css/some-css-file.css
    Regex is not supported for this so only a specific file can be added.
    Thanks!

    Thread Starter toshi12

    (@toshi12)

    Thanks Marko for answer.
    Hopefully the day will come when this feature will be available. 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to dont minificate .css file with hash in name’ is closed to new replies.