Commit 2a470345 authored by XhmikosR's avatar XhmikosR

Copy all files in docs/dist.

Now we are on par with what we have on the gh-pages dist/ folder.
parent a013c112
...@@ -293,8 +293,8 @@ module.exports = function (grunt) { ...@@ -293,8 +293,8 @@ module.exports = function (grunt) {
expand: true, expand: true,
cwd: './dist', cwd: './dist',
src: [ src: [
'{css,js}/*.min.*', 'css/*',
'css/*.map', 'js/*',
'fonts/*' 'fonts/*'
], ],
dest: 'docs/dist' dest: 'docs/dist'
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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