Is a WordPress setup. I need to work on a css stylesheet but the changes do not reflect immediately. It will sometime reload the previous version too. How can I exclude a specific css file from caching while doing development work?
There is no caching enabled on the server.
Tried with versioning but it doesn't work.
wp_enqueue_style('child-style', get_template_directory_uri() . '/style.css', array(), filemtime(get_stylesheet_directory() . '/style.css'));