mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 16:35:38 +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',
|
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: [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user