deletion token in ui, other minor fixes

This commit is contained in:
Andrea Spacca
2021-07-17 10:12:59 +02:00
parent ac7014a9c3
commit 8b8af59a0f
20 changed files with 9651 additions and 25807 deletions

View File

@@ -242,6 +242,12 @@ module.exports = function (grunt) {
}
},
'npm-command': {
'videojs-update': {
options: {
cmd: 'update',
cwd: '<%= yeoman.app %>/bower_components/videojs/'
}
},
'videojs-install': {
options: {
cmd: 'install',