Commit bf5017c0 authored by Chris Rebert's avatar Chris Rebert

fix #12143

parent 9eab6ffd
...@@ -208,7 +208,7 @@ module.exports = function (grunt) { ...@@ -208,7 +208,7 @@ module.exports = function (grunt) {
cwd: './dist', cwd: './dist',
src: [ src: [
'{css,js}/*.min.*', '{css,js}/*.min.*',
'{css}/*.map', 'css/*.map',
'fonts/*' 'fonts/*'
], ],
dest: 'docs/dist' dest: 'docs/dist'
......
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
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