mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-21 23:52:31 -05:00
Add the bootstrap dependency popper.js to the dashboard libs
This commit is contained in:
parent
1fa5d6c804
commit
679ef84d55
2 changed files with 2 additions and 0 deletions
1
gulpfile.js
vendored
1
gulpfile.js
vendored
|
@ -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",
|
||||
|
|
1
traditional-bootstrap/gulpfile.js
vendored
1
traditional-bootstrap/gulpfile.js
vendored
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue