Commit 1965f032 authored by vsn4ik's avatar vsn4ik

Gruntfile.js: Simplify copy task.

parent e9986644
...@@ -291,19 +291,12 @@ module.exports = function (grunt) { ...@@ -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'
} }
}, },
......
Markdown is supported
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