install tagify from npm

pull/7996/head
Niklas Fiekas 2021-01-24 17:57:35 +01:00
parent 3e594abd76
commit 2c872a031b
3 changed files with 6 additions and 7 deletions

1
.gitignore vendored
View File

@ -10,6 +10,7 @@ public/compiled
public/vendor/bar-rating
public/vendor/highcharts-4.2.5
public/vendor/hopscotch
public/vendor/tagify
public/vendor/stockfish.wasm
public/vendor/stockfish-mv.wasm
public/vendor/stockfish.js

File diff suppressed because one or more lines are too long

View File

@ -33,6 +33,11 @@ export default rollupProject({
].map(require.resolve),
dest: '../../public/vendor/highcharts-4.2.5',
},
// tagify
{
src: require.resolve('@yaireo/tagify/dist/tagify.min.js'),
dest: '../../public/vendor/tagify',
},
// stockfish.js
{
src: [