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'));