From 0e8134629a2222d064d32ea415d02ab089845e3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20Hocd=C3=A9?= Date: Fri, 5 Mar 2021 09:26:10 -0500 Subject: [PATCH] Update build/concat.js Co-authored-by: Chauncey McAskill --- build/concat.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/concat.js b/build/concat.js index 6824577..b06cc22 100644 --- a/build/concat.js +++ b/build/concat.js @@ -18,8 +18,6 @@ export function concatVendors() { jsFiles = jsFiles.map((file) => { return `${paths.scripts.vendors.src + file}`; }); - - // add files in node_modules example: // jsFiles.push('node_modules/gsap/dist/gsap.min.js');