rename theme

This commit is contained in:
yuri
2015-08-20 12:00:30 +03:00
parent eeaff7ac9d
commit 9c3cf0b8dd
12 changed files with 41 additions and 15 deletions

View File

@@ -71,8 +71,8 @@ execute('git diff --name-only ' + versionFrom, function (stdout) {
fileList.push('client/css/espo.css');
fileList.push('client/css/espo-vertical.css');
fileList.push('client/css/sacura.css');
fileList.push('client/css/sacura-vertical.css');
fileList.push('client/css/sakura.css');
fileList.push('client/css/sakura-vertical.css');
fs.writeFileSync(diffFilePath, fileList.join('\n'));