install bootbox 5

This commit is contained in:
Uwe Steinmann 2021-11-28 08:43:16 +01:00
parent 9a80e88553
commit 91f679ed35

View File

@ -1,7 +1,10 @@
module.exports = function (grunt) {
'use strict';
var bootstrapDir = 'views/bootstrap/vendors',
// if you set bootstrapDir to views/bootstrap/vendors then make sure
// bootbox is not installed, because version 5 of bootbox will not work
// with bootstrap 2
var bootstrapDir = 'views/bootstrap4/vendors',
tdkDir = 'views/tdk/vendors',
nodeDir = 'node_modules';
@ -113,6 +116,13 @@ module.exports = function (grunt) {
],
dest: bootstrapDir + '/jquery-typeahead',
flatten: true
},{
expand: true,
src: [
nodeDir + '/bootbox/dist/*'
],
dest: bootstrapDir + '/bootbox',
flatten: true
},{
expand: true,
src: [