Add the bootstrap dependency popper.js to the dashboard libs

This commit is contained in:
Kevin MacMartin 2018-04-18 23:00:05 -04:00
parent 1fa5d6c804
commit 679ef84d55
2 changed files with 2 additions and 0 deletions

1
gulpfile.js vendored
View file

@ -58,6 +58,7 @@ const jsDashboard = [
// Javascript libraries for the dashboard
const jsDashboardLibs = [
"node_modules/jquery/dist/jquery.js",
"node_modules/popper.js/dist/umd/popper.js",
"node_modules/bootstrap/dist/js/bootstrap.js",
"node_modules/pickadate/lib/picker.js",
"node_modules/pickadate/lib/picker.date.js",

View file

@ -57,6 +57,7 @@ const jsDashboard = [
// Javascript libraries for the dashboard
const jsDashboardLibs = [
"node_modules/jquery/dist/jquery.js",
"node_modules/popper.js/dist/umd/popper.js",
"node_modules/bootstrap/dist/js/bootstrap.js",
"node_modules/pickadate/lib/picker.js",
"node_modules/pickadate/lib/picker.date.js",