From 910226d89acc303a1d46fab5ff12b26e3de82cb2 Mon Sep 17 00:00:00 2001 From: Teddy Zeenny Date: Sat, 7 Oct 2017 15:43:12 +0300 Subject: [PATCH] Fix compressed dist directory (#722) --- Gruntfile.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 1fd775b015..d4e56d5d2a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -29,7 +29,8 @@ module.exports = function(grunt) { }, expand: true, pretty: true, - src: 'dist/chrome/**/*' + src: '**/*', + cwd: 'dist/chrome' }, firefox: { options: { @@ -37,7 +38,8 @@ module.exports = function(grunt) { }, expand: true, pretty: true, - src: 'dist/firefox/**/*' + src: '**/*', + cwd: 'dist/firefox' }, "chrome-pane": { options: {