diff --git a/Gruntfile.js b/Gruntfile.js index 1a6fd0b478fc..e3a263bd1baf 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -200,6 +200,15 @@ module.exports = function (grunt) { src: ['fonts/*'], dest: '../_dummy_frontend/css' }, + docs: { + expand: true, + cwd: './dist', + src: [ + '{css,js}/*.min.*', + '{css}/*.map', + 'fonts/*' + ], + }, loopfirst: { expand: true, cwd: 'dist/',