mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Gruntfile.js: Simplify copy task.
This commit is contained in:
parent
e99866447b
commit
1965f032ca
1 changed files with 2 additions and 9 deletions
11
Gruntfile.js
11
Gruntfile.js
|
@ -291,19 +291,12 @@ module.exports = function (grunt) {
|
||||||
|
|
||||||
copy: {
|
copy: {
|
||||||
fonts: {
|
fonts: {
|
||||||
expand: true,
|
|
||||||
src: 'fonts/*',
|
src: 'fonts/*',
|
||||||
dest: 'dist/'
|
dest: 'dist/'
|
||||||
},
|
},
|
||||||
docs: {
|
docs: {
|
||||||
expand: true,
|
src: 'dist/*/*',
|
||||||
cwd: './dist',
|
dest: 'docs/'
|
||||||
src: [
|
|
||||||
'css/*',
|
|
||||||
'js/*',
|
|
||||||
'fonts/*'
|
|
||||||
],
|
|
||||||
dest: 'docs/dist'
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue