2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03: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
+7 -2
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/'
}
},