Skip to content

Commit

Permalink
fix: copy splide dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
crhallberg committed Jan 12, 2024
1 parent 757be97 commit dd8ce3c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions themes/bootstrap3/tools/copyDependencies.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ await copyFile('node_modules/autocomplete.js/autocomplete.js', 'js/vendor/autoco
// jstree
await copyFile('node_modules/jstree/dist/jstree.min.js', 'js/vendor/jsTree/jstree.min.js');

// splide
await copyFile('node_modules/@splidejs/splide/dist/js/splide.min.js', 'js/vendor/splide.min.js');
await copyFile('node_modules/@splidejs/splide/dist/css/splide.min.css', 'css/vendor/splide.min.css');

// simple-keyboard
await copyFile('node_modules/simple-keyboard/build/index.js', 'js/vendor/simple-keyboard/index.js');
await copyFile('node_modules/simple-keyboard/build/css/index.css', 'css/vendor/simple-keyboard/index.css');
Expand Down

0 comments on commit dd8ce3c

Please sign in to comment.