Commit b8a0ea12 authored by XhmikosR's avatar XhmikosR
Browse files

Update dependencies.

parent 504435e0
5 merge requests!28721Hot test,!16605Test pull please ignore,!22103test,!25326Adjust examples,!15851Bump devDependencies
Showing with 209 additions and 84 deletions
+209 -84
......@@ -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/'
}
},
......
This diff is collapsed.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment