Update app.js version number for cache busting
authorLaury GvR <laury@gaslightmedia.com>
Mon, 27 Nov 2017 20:44:45 +0000 (15:44 -0500)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 27 Nov 2017 20:44:45 +0000 (15:44 -0500)
lib/enqueueing.php

index 18a8e49..b024102 100644 (file)
@@ -13,7 +13,7 @@ function glm_site_scripts()
     wp_enqueue_script('jquery');
     wp_enqueue_script(
         'glm_foundation',
-        get_template_directory_uri() . '/js/app.js',
+        get_template_directory_uri() . '/js/app.js?v=1.0.22',
         'jquery',
         '1.0',
         true