diff options
author | Camil Staps | 2023-11-22 21:08:52 +0100 |
---|---|---|
committer | Camil Staps | 2023-11-22 21:08:52 +0100 |
commit | bb88f0eb95b32200721041a6cfee01308e3a050d (patch) | |
tree | 96ec8a6ea9b77f42487fdec68cb9faa39a80d281 /gulpfile.js | |
parent | Add draft of article on kī on LingBuzz (diff) |
Revert "Add election modal"
This reverts commit 55018f61401c494197407f6cedc3e3a91a444b87.
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gulpfile.js b/gulpfile.js index 927b6c6..fa322d0 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -84,9 +84,7 @@ 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', ]; |