From a9859f104a383cbbab320f6c32ba17557e2eae86 Mon Sep 17 00:00:00 2001 From: Christopher Guindon Date: Mon, 12 Jul 2021 16:18:27 -0400 Subject: [PATCH] upgrade js codebase (#232) Signed-off-by: Christopher Guindon --- .gitignore | 2 +- layouts/partials/featured_footer.html | 2 +- layouts/partials/featured_story.html | 2 +- layouts/partials/footer_js.html | 12 - layouts/shortcodes/eclipsefdn_adopters.html | 7 +- package-lock.json | 5568 +++++-------------- package.json | 2 +- static/js/eclipsefdn.adopters.js | 1 - static/js/solstice.hugo.js | 1 - webpack.mix.js | 33 +- 10 files changed, 1546 insertions(+), 4084 deletions(-) delete mode 100644 static/js/eclipsefdn.adopters.js delete mode 100644 static/js/solstice.hugo.js diff --git a/.gitignore b/.gitignore index 4423638b..dd61e0bc 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,7 @@ !/static/js/ /static/images/vendor/ !/static/images/fake_logo/ -/static/js/solstice.js +/static/js/solstice.js* /exampleSite/public /exampleSite/layouts/robots.txt /public diff --git a/layouts/partials/featured_footer.html b/layouts/partials/featured_footer.html index 53d026bd..1cac5b9e 100644 --- a/layouts/partials/featured_footer.html +++ b/layouts/partials/featured_footer.html @@ -1,5 +1,5 @@ {{ if ne .Page.Params.show_featured_footer false }} -