From e591d3b463c91dc08179d69075e34cab0f90c42c Mon Sep 17 00:00:00 2001 From: Luan Gjokaj Date: Thu, 13 Dec 2018 01:57:40 +0100 Subject: [PATCH] Update gulpfile.js --- gulpfile.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index c9e9fafd..935a3450 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -58,12 +58,12 @@ const pluginsListProd = [ Header & Footer JavaScript Boundles -------------------------------------------------------------------------------------------------- */ const headerJS = [ - 'node_modules/jquery/dist/jquery.js', - 'node_modules/nprogress/nprogress.js', - 'node_modules/aos/dist/aos.js', - 'node_modules/isotope-layout/dist/isotope.pkgd.js', + './node_modules/jquery/dist/jquery.js', + './node_modules/nprogress/nprogress.js', + './node_modules/aos/dist/aos.js', + './node_modules/isotope-layout/dist/isotope.pkgd.js', ]; -const footerJS = ['src/js/**']; +const footerJS = ['./src/js/**']; /* ------------------------------------------------------------------------------------------------- Installation Tasks