From 85d8dfe8856cfdffee05767222171e8bb97f8335 Mon Sep 17 00:00:00 2001 From: yuri Date: Wed, 5 Aug 2015 14:06:33 +0300 Subject: [PATCH] change diff --- diff.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/diff.js b/diff.js index e54699e0d7..a4a1d30e14 100644 --- a/diff.js +++ b/diff.js @@ -17,7 +17,7 @@ * * You should have received a copy of the GNU General Public License * along with EspoCRM. If not, see http://www.gnu.org/licenses/. - ************************************************************************/ + ************************************************************************/ var versionFrom = process.argv[2]; if (process.argv.length < 3) { @@ -69,7 +69,9 @@ execute('git diff --name-only ' + versionFrom, function (stdout) { fileList.push('client/espo.min.js'); - fileList.push('client/css/espo.min.css'); + fileList.push('client/css/espo.css'); + fileList.push('client/css/espo-vertical.css'); + fileList.push('client/css/sacura.css'); fileList.push('client/css/bootstrap.css'); fs.writeFileSync(diffFilePath, fileList.join('\n'));