cache busting the js file
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 8 Oct 2019 16:04:19 +0000 (12:04 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 8 Oct 2019 16:04:19 +0000 (12:04 -0400)
functions.php

index 66f31f3..47106a5 100644 (file)
@@ -105,7 +105,7 @@ function glm_site_scripts()
     wp_enqueue_script('jquery');
     wp_enqueue_script(
         'glm_foundation',
-        get_template_directory_uri() . '/js/app.js?v=1.0.50',
+        get_template_directory_uri() . '/js/app.js?v=1.0.0.1',
         'jquery',
         '1.0',
         true