copy bootstrap

This commit is contained in:
Uwe Steinmann 2021-04-15 17:33:18 +02:00
parent 1b7a5c48ba
commit 91a98ac6c6

View File

@ -152,6 +152,14 @@ module.exports = function (grunt) {
], ],
dest: bootstrapDir + '/perfect-scrollbar', dest: bootstrapDir + '/perfect-scrollbar',
flatten: true flatten: true
},{
expand: true,
src: [
nodeDir + '/bootstrap/dist/js/bootstrap.min.js',
nodeDir + '/bootstrap/dist/css/bootstrap.min.css'
],
dest: bootstrapDir + '/bootstrap',
flatten: true
},{ },{
expand: true, expand: true,
src: [ src: [