From f78ffdbbb53ffe99a97de3543f6f579877571326 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 13 Jul 2018 16:42:15 -0400 Subject: [PATCH] Cache busting --- functions.php | 2 +- parts/header-meta.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index 32c40be..3775022 100644 --- a/functions.php +++ b/functions.php @@ -61,7 +61,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.10', 'jquery', '1.0', true diff --git a/parts/header-meta.php b/parts/header-meta.php index f770287..bb17220 100644 --- a/parts/header-meta.php +++ b/parts/header-meta.php @@ -2,7 +2,7 @@ <?php wp_title(); ?> - + -- 2.17.1