summaryrefslogtreecommitdiffhomepage
path: root/gulpfile.js
diff options
context:
space:
mode:
authorCamil Staps2023-11-16 21:14:20 +0100
committerCamil Staps2023-11-16 21:14:20 +0100
commit55018f61401c494197407f6cedc3e3a91a444b87 (patch)
treebbebc35ff82ee6eb2e1f9bcb954e5e9f789325f1 /gulpfile.js
parentFix previous commit (diff)
Add election modal
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/gulpfile.js b/gulpfile.js
index fa322d0..927b6c6 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -84,7 +84,9 @@ function html() {
function js() {
var src = [
+ './node_modules/bootstrap-sass/assets/javascripts/bootstrap/carousel.js',
'./node_modules/bootstrap-sass/assets/javascripts/bootstrap/collapse.js',
+ './node_modules/bootstrap-sass/assets/javascripts/bootstrap/modal.js',
'./node_modules/bootstrap-sass/assets/javascripts/bootstrap/transition.js',
'./node_modules/jquery/dist/jquery.slim.min.js',
];