mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 00:15:34 +00:00
copy bootstrap
This commit is contained in:
parent
1b7a5c48ba
commit
91a98ac6c6
|
@ -152,6 +152,14 @@ module.exports = function (grunt) {
|
|||
],
|
||||
dest: bootstrapDir + '/perfect-scrollbar',
|
||||
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,
|
||||
src: [
|
||||
|
|
Loading…
Reference in New Issue
Block a user