Commit 4715e055 authored by XhmikosR's avatar XhmikosR

Merge pull request #14001 from twbs/docs-dist

Copy all files in docs/dist.
parents a013c112 2a470345
...@@ -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