diff --git a/_assets/gulp_config/paths.js b/_assets/gulp_config/paths.js index ac5f538..850b8b2 100644 --- a/_assets/gulp_config/paths.js +++ b/_assets/gulp_config/paths.js @@ -65,7 +65,7 @@ paths.siteHtmlFilesGlob = paths.siteDir + paths.htmlPattern; paths.sprocketsDirs = { app: paths.assetsDir, - javascripts: [], + javascripts: ["node_modules/popper.js/dist/", "node_modules/"], stylesheets: [], images: [] };