1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-10-01 07:46:47 +02:00

Update dependencies.

This commit is contained in:
XhmikosR
2015-02-20 11:22:06 +02:00
parent 504435e0b0
commit b8a0ea1224
3 changed files with 209 additions and 84 deletions

View File

@@ -280,12 +280,17 @@ module.exports = function (grunt) {
copy: {
fonts: {
expand: true,
src: 'fonts/*',
dest: 'dist/'
},
docs: {
src: 'dist/*/*',
dest: 'docs/'
expand: true,
cwd: 'dist/',
src: [
'**/*'
],
dest: 'docs/dist/'
}
},