summaryrefslogtreecommitdiffhomepage
path: root/gulpfile.js
diff options
context:
space:
mode:
authorCamil Staps2023-11-28 16:24:38 +0100
committerCamil Staps2023-11-28 16:24:38 +0100
commitd50a4d508d357f70f22e8e0d837c3c4962468321 (patch)
tree091334b610b58f330cc984d27403b80eb4a14380 /gulpfile.js
parentAdd lingbuzz links for S&P article and BJALL article (diff)
Add navigation
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/gulpfile.js b/gulpfile.js
index fa322d0..a76c4bd 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -85,6 +85,7 @@ function html() {
function js() {
var src = [
'./node_modules/bootstrap-sass/assets/javascripts/bootstrap/collapse.js',
+ './node_modules/bootstrap-sass/assets/javascripts/bootstrap/scrollspy.js',
'./node_modules/bootstrap-sass/assets/javascripts/bootstrap/transition.js',
'./node_modules/jquery/dist/jquery.slim.min.js',
];