change bootstrapDir to bootstrap4

This commit is contained in:
Uwe Steinmann 2021-04-15 15:35:11 +02:00
parent 0278989a7e
commit 5a90336583

View File

@ -1,7 +1,7 @@
module.exports = function (grunt) {
'use strict';
var bootstrapDir = 'views/bootstrap/vendors',
var bootstrapDir = 'views/bootstrap4/vendors',
tdkDir = 'views/tdk/vendors',
nodeDir = 'node_modules';