Skip to content

Commit

Permalink
Update gulpfile.js
Browse files Browse the repository at this point in the history
  • Loading branch information
luangjokaj authored Dec 13, 2018
1 parent 12964cd commit e591d3b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e591d3b

Please sign in to comment.