From 08b5c71adf6256155c561e7113cfd36978c1cf4f Mon Sep 17 00:00:00 2001 From: Thomas Lynch Date: Sun, 22 May 2022 19:46:42 +1000 Subject: [PATCH] dont include pugruntime.js yet ref #460 --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 022c197e..140bae52 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -473,7 +473,7 @@ const extraLocals = ${JSON.stringify({ meta: config.get.meta, reverseImageLinksU //put scripts in order for dependencies `${paths.scripts.src}/locals.js`, `${paths.scripts.src}/localstorage.js`, - `${paths.scripts.src}/pugruntime.js`, +// `${paths.scripts.src}/pugruntime.js`, `${paths.scripts.src}/modal.js`, `${paths.scripts.src}/pugfilters.js`, `${paths.scripts.src}/post.js`,